Search the web
Sign In
New User? Sign Up
pinheads · Pin Dynamic Binary Instrumentation Tool
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4498 - 4527 of 4595   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
4527
Sorry, I am not familiar with the code myself, so the answer is "Use the source, Luke" :) (and read the fine manual on how to debug a Pin tool). -- Jim James...
Cownie, James H
jim.cownie
Offline Send Email
Nov 20, 2009
9:44 pm
4526
Using Pin 2.7 kit 29967 I can successfully use RTN_ReplaceSignature() and PIN_CallApplicationFunction() for intercepting NtClose on Windows XP SP3. However, on...
tkbryanty
Offline Send Email
Nov 19, 2009
9:27 pm
4525
Hi I try to debug pin with : pin -pause-tool 20 -pid XXXX -t inscount0.so but it does not work. It just happens nothing and pin abborted without any error...
sascha.ziesig
Offline Send Email
Nov 18, 2009
12:32 pm
4524 Sascha Ziesig
sascha.ziesig
Offline Send Email
Nov 18, 2009
12:27 pm
4523
Hello Jim, Thank you for your reply! So far I chose allcache.so pintool from source/tools/Memory. I'd like to ask several questions about its work: 1). The...
blagodurov
Offline Send Email
Nov 18, 2009
10:15 am
4522
Please see the "Memory Reference Trace" example in the User's Guide: http://www.pintool.org/docs/29972/Pin/html/index.html#MAddressTrace. Gail...
glyons01
Offline Send Email
Nov 17, 2009
9:03 pm
4521
Hello, Given the following instruction from pin as an example: WRITE INSTRUCTION: mov dword ptr ds:[esi+edx*4+0x2a0], ecx How do I get the memory address...
Stojan Bacev
stojanbacev
Offline Send Email
Nov 17, 2009
8:44 pm
4520
I stand corrected regarding the INS_MemoryOperandCount and IARG_MEMORYOP_EA. These are currently checked in to the Pin source, but the Pin version built on...
tevi.devor
Offline Send Email
Nov 16, 2009
5:02 pm
4519
Hi: Thanks for the bug report. You are highly appreciated if you can describe more detailed information about the problem, i.e. the OS version, the application...
qin zhao
zhaoqin339076
Offline Send Email
Nov 16, 2009
4:27 pm
4518
Be sure that the "-logfile" switch is before "-t" in the command line. If the -logfile switch is in the right pleace, please provide your command line. The...
glyons01
Offline Send Email
Nov 13, 2009
2:50 pm
4517
Hi, I'm using Pin to develop a observation tool, one of its features is showing system call arguments of a program, this is a fragment of the code I use: ...
ccpz.tw
Offline Send Email
Nov 13, 2009
4:41 am
4516
Hi Is it possible to reduce the startup overhead with pin? Thanks Vish...
vishwa v
vishwa_v27
Offline Send Email
Nov 13, 2009
1:17 am
4515
Thank you very much, Gail ! My story is like this: The application I want to instrument with consists of several calling pairs of malloc() and free() . While...
xingyanglu
Offline Send Email
Nov 13, 2009
12:57 am
4514
Do you want to call the application's malloc() or the Pintool's malloc()? This tool is calling the Pintool's malloc(). If you want to call the application's...
glyons01
Offline Send Email
Nov 12, 2009
6:33 pm
4513
Hi, everyone. I wrote some pintool to hook on calling of malloc() and free() of user program. The pintool is listed below. This program works well with single...
xingyanglu
Offline Send Email
Nov 12, 2009
5:03 pm
4512
Hello, Please let me know if there is any example in pin to determine the percentage of exe time for each loop. Thanks al ot, Fahimeh...
Fahimeh Yazdanpanah
fahim_yazdan
Offline Send Email
Nov 12, 2009
3:17 pm
4511
Thank you very much! It works now!...
xingyanglu
Offline Send Email
Nov 12, 2009
12:53 pm
4510
See MemTrace/membuffer.cpp or Buffer/buffer-then.cpp. Gail...
glyons01
Offline Send Email
Nov 11, 2009
5:07 pm
4509
... Thanks, I will try this. ... No, I'm not, I'm using a self-defined buffer. Are there any examples available of how to use this API? greetings, Kenneth...
Kenneth Hoste
kehoste
Offline Send Email
Nov 11, 2009
4:58 pm
4508
Use "-xyzzy -mesgon log_instrument" before the "-t" in the command line. That will provide the information I think you are looking for. grep for INLINE in...
glyons01
Offline Send Email
Nov 11, 2009
4:11 pm
4507
There are many examples in source/tools/ directory that can do similar tasks (gathering full address trace of a program or simulating the work of multi level...
Cownie, James H
jim.cownie
Offline Send Email
Nov 11, 2009
3:53 pm
4506
What is the reason for getting this assertion failure? Probably a memory corruption which is walking over some of Pin's internal data structures... -- Jim ...
Cownie, James H
jim.cownie
Offline Send Email
Nov 11, 2009
1:37 pm
4505
Hello, I'd like to gather the trace of logical addresses of misses from the LLC cache. This may include: - logical addresses of data requested by load and...
blagodurov
Offline Send Email
Nov 11, 2009
7:56 am
4504
Hello, I have the following instruction into the if ( INS_IsMemoryWrite(ins)) block of the function VOID Instruction(INS ins, void * v) in the dcache tool: ...
Stojan Bacev
stojanbacev
Offline Send Email
Nov 11, 2009
5:17 am
4503
Hi I have spent a few hours running the advertised Dr. Memory DynamoRio tool and reading its sources. Here are my findings on the robustness and my thoughts on...
tevi.devor
Offline Send Email
Nov 10, 2009
3:36 pm
4502
Hi PINheads, I've tried speeding up my Pin tool which does a little bit of work several times for each instruction (i.e. for each register access and memory...
Kenneth Hoste
kehoste
Offline Send Email
Nov 10, 2009
10:51 am
4501
Is there any way to build a function prototype (PROTO) dynamically, much the same way it can be done with IARGLIST? The problem is that I need to replace some...
D.R.
cryptocracking
Offline Send Email
Nov 10, 2009
8:18 am
4500
Hi, I am trying to instrument routines as they are called so I have the following: VOID FlagTrace(TRACE trace, VOID *v) { for(BBL bbl...) { for(INS ins...) { ...
milos.puzovic@...
milos.puzovi...
Offline Send Email
Nov 9, 2009
7:10 pm
4499
When I run dcache I get a printout of over 12000 assembly instructions. Why is this happening? Because those instructions are being executed, and therefore...
Cownie, James H
jim.cownie
Offline Send Email
Nov 9, 2009
2:50 pm
4498
So - it is pin2.6 you were using, that explains it. The modeling of rep has changed in pin2.7, it is now more correct, enabling to instrument each rep. Please...
tevi.devor
Offline Send Email
Nov 8, 2009
4:26 pm
Messages 4498 - 4527 of 4595   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help