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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 3018 - 3047 of 4508   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3018
Try using pin -follow_execv -t ... Java might be forking a child process and you need the switch to keep pin in the children. ________________________________ ...
Cohn, Robert S
rscohn2000
Offline Send Email
Oct 1, 2008
7:58 am
3019
That seems to have did the trick. Thanks! ... keep pin in the children. ... Behalf Of d0na1d...
d0na1d
Offline Send Email
Oct 1, 2008
7:31 pm
3020
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@...
Send Email
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: ...
Vijay Janapa Reddi
vijay.janapa...
Offline Send Email
Oct 2, 2008
5:02 pm
3022
It looks like you are passing a "void *" parameter instead of an ADDRINT. -- Greg ________________________________ From: pinheads@yahoogroups.com...
Lueck, Gregory M
lueckintel
Offline Send Email
Oct 2, 2008
6:36 pm
3023
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...
mark_charney
Offline
Oct 2, 2008
8:18 pm
3024
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 ...
kemal
keskemal
Offline Send Email
Oct 5, 2008
7:30 pm
3025
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...
Randy D. Smith
randydeansmith
Offline Send Email
Oct 5, 2008
9:12 pm
3026
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@...
Send Email
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 ...
charles_gruenwald
charles_grue...
Offline Send Email
Oct 7, 2008
6:53 pm
3028
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...
d0na1d
Offline Send Email
Oct 8, 2008
12:36 am
3029
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, ...
jiang
jwangzju
Offline Send Email
Oct 8, 2008
1:20 pm
3030
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...
Lueck, Gregory M
lueckintel
Offline Send Email
Oct 8, 2008
1:34 pm
3031
Is Pin based cmp$im available publicly?...
gujparikh
Offline Send Email
Oct 8, 2008
5:17 pm
3032
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. ...
Patil, Harish
harishp1965
Offline Send Email
Oct 8, 2008
6:13 pm
3033
CMP$im source is not publicly available yet. There have been plans to release it, but as of now we are unsure when that will be. Sorry!...
aamer0604
Offline Send Email
Oct 8, 2008
9:54 pm
3034
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...
d0na1d
Offline Send Email
Oct 8, 2008
10:01 pm
3035
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...
Konstantin Serebryany
konstantin.s...
Offline Send Email
Oct 10, 2008
11:11 am
3036
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...
Patil, Harish
harishp1965
Offline Send Email
Oct 10, 2008
1:02 pm
3037
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...
Min Feng
fm_new
Offline Send Email
Oct 10, 2008
6:57 pm
3038
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 ... ...
d0na1d
Offline Send Email
Oct 10, 2008
7:06 pm
3039
You will get bonus points if you fix ppgen.3 to handle first and last slices :) ________________________________ From: pinheads@yahoogroups.com...
Patil, Harish
harishp1965
Offline Send Email
Oct 10, 2008
7:09 pm
3040
Hi, I am trying to write a pintool to redirect all memory accesses. Many memory accesses can be rewritten using the Pin function ...
Harshad Kasture
harshadkasture
Offline Send Email
Oct 13, 2008
4:09 pm
3041
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...
Konstantin Serebryany
konstantin.s...
Offline Send Email
Oct 14, 2008
7:03 pm
3042
? 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...
Patil, Harish
harishp1965
Offline Send Email
Oct 16, 2008
2:18 pm
3043
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 salmasi
ali.salmasi
Offline Send Email
Oct 17, 2008
6:21 am
3044
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 salmasi
ali.salmasi
Offline Send Email
Oct 17, 2008
8:46 am
3045
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@...
Send Email
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...
ali salmasi
ali.salmasi
Offline Send Email
Oct 19, 2008
6:33 am
3047
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...
rinikaushik
Online Now Send Email
Oct 19, 2008
7:15 pm
Messages 3018 - 3047 of 4508   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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