Try using pin -follow_execv -t ... Java might be forking a child process and you need the switch to keep pin in the children. ________________________________ ...
Hey all, I am trying to use mix-mt to trace a specific function in my code. I'd like to start mix-mt at the beginning of the function and stop it on returning....
klofix@...
Oct 2, 2008 10:30 am
3021
I'm trying to use: IMG LEVEL_PINCLIENT::IMG_FindByAddress(ADDRINT address) but it appears like the function doesn't exist... as I get a compile error as such: ...
Thank you for your bug report. The code is in InstLib/control.H. I see that several of the controllers do not properly pass the "rearm" parameter to the...
I need to solve a problem with pin. But I don't know much about pin. Can you help me? Problem is; You will use the qsort.c program provided, and you need to ...
Wow... you could find the mailing list to ask to help do your assignment, but you couldn't find the examples/sample code to show you what Pin is capable of...
Hey, ... I'll enqueue in at the end of my todo list. However, my todo list is pretty long at the moment. I am not sure if I'll have time for this in the next...
klofix@...
Oct 6, 2008 11:56 am
3027
Hello, I am trying to write code that will basically intercept certain system call and force it not to execute. I am doing this by using the ...
Hi, I'm curious as to what is the proper way to run PinPoints with multithreaded programs. When I try running PinPoints with a multithreaded program, it...
Hi Charles: I guess this line "cout << "open(" << path << ")" << endl;" may also call "open" syscall and cause some trouble. Try to comment it out. Regards, ...
PIN_ExecuteAt() can only be called from a tool's analysis function, not from a call-back routine like SyscallEntry(). We should improve the documentation to...
You have done all the right steps so far. If you are seeing negative slice numbers that is a bug and may be you can debug ppgen.3 to see what is going on. ...
Is PinPoints supposed to generate a marker for each slice? I noticed that when PinPoints is run with the -emit_last option turned on, every line that begins...
Hi, My pin tool is trying to intercept pthread_spin* functions and I get very strange results. In short, pin doesn't see a call to pthread_spin_init() -- it...
Isimpoint was recently modified to have two new switches "-emit_first" and "-emit_last". These switches are *on* by default. In older kits, the first and the...
Hi, I tried using icount and calltrace to collect dynamic information about some malwares, e.g. netsky and blaster. However, every time I ran the malwares by...
I think you are right. The negative slice issue goes away when you run isimpoint with both -emit_first and -emit_last turned off. Thanks. Donald ... ...
Apparently this seems to be a problem in the library: both functions have the same address. ... --kcc On Fri, Oct 10, 2008 at 3:11 PM, Konstantin Serebryany...
? I think you are right. The negative slice issue goes away when you run isimpoint with both -emit_first and -emit_last turned off. Thanks. I made a...
Hi I want to write a pin instrumentation tool that benefits my multithreaded application monitoring in thread profiling I want to record execution times of a...
Hi I want to write a pin instrumentation tool that benefits my multithreaded application monitoring in thread profiling I want to record execution times of a...
Ali, The Pintool you describe sounds very straightforward, so I'm skeptical that any of us can provide any help other than to write the tool for you (which ...
Kim Hazelwood
hazelwood@...
Oct 17, 2008 9:35 am
3046
Hi . Thanks for your guide. I read documentation and write a pintool that records start time and exit time of threads . it also records instruction count of...
Hi All, I need to use some of the system call specific functions in my pintool. However, I get compiler errors that the function doesn't exist when I use the...