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 2968 - 2997 of 4503   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2968
So is no one using RTN_Next() then? (He asks Kim, who told him to upgrade) I can provide my pintool and app code if that would help, but if I can't iterate...
bobdolebananaphone
bobdolebanan...
Offline
Sep 2, 2008
12:58 pm
2969
I just tried Tests/imageLoad.cpp, which uses RTN_Next and it works fine. Can you try that? mkdir obj-intel64 obj-ia32 make imageLoad.test and look at...
Cohn, Robert S
rscohn2000
Offline Send Email
Sep 2, 2008
1:35 pm
2970
... fine. ... I don't get an imageLoad.out file. ... something ... you ... tool ... in ... 40yahoogroups.com> , ... 40yahoogroups.com> , ... Is ... ...
bobdolebananaphone
bobdolebanan...
Offline
Sep 2, 2008
4:33 pm
2971
... fine. ... I don't get an imageLoad.out file. ... something ... you ... tool ... in ... 40yahoogroups.com> , ... 40yahoogroups.com> , ... Is ... ...
bobdolebananaphone
bobdolebanan...
Offline
Sep 2, 2008
4:33 pm
2972
Sorry about that last reply, not sure how it sent ... fine. ... I don't get an imageLoad.out file. Only an imageLoad.tested file which is empty. Here is the...
bobdolebananaphone
bobdolebanan...
Offline
Sep 2, 2008
4:36 pm
2973
... works ... Also, shouldn't there be some output to stdout when the pin command is run? I had tried "pin -t imageLoad.so -- ./mytest" on my test app too, and...
bobdolebananaphone
bobdolebanan...
Offline
Sep 2, 2008
4:49 pm
2974
The imageLoad tool doesn't do any output to stdout, so you will only see the stdout of the application. We test on vmware workstation and haven't seen...
Cohn, Robert S
rscohn2000
Offline Send Email
Sep 2, 2008
5:11 pm
2975
... only see ... OK. I hadn't looked closely and just saw the couts at the beginning, and didn't check if they were actually going to a file. We test on vmware...
bobdolebananaphone
bobdolebanan...
Offline
Sep 2, 2008
5:33 pm
2976
... and here's the results with that Reading specs from /usr/lib/gcc/i486-linux-gnu/3.4.6/specs Configured with: ../src/configure -v --enable- ...
bobdolebananaphone
bobdolebanan...
Offline
Sep 2, 2008
6:46 pm
2977
The visoracle debian doesn't come with g++. I am using synaptics to install, but it complains about not being able to download the libc6 package from the...
Cohn, Robert S
rscohn2000
Offline Send Email
Sep 2, 2008
6:54 pm
2978
... some ... Funny you should mention that. I had just decided to install all the updates, just incase that's what you would do. I was getting an error about...
bobdolebananaphone
bobdolebanan...
Offline
Sep 2, 2008
7:20 pm
2979
The reload did it. Imageload works okay. The file is imageload.out. (no 'L' is lower case). I may have given you the wrong spelling for that file. Looking at...
Cohn, Robert S
rscohn2000
Offline Send Email
Sep 2, 2008
7:35 pm
2980
... (no ... OK, yes, I was being a bit too literal then, and just wasn't seeing anything with tab completion, and then not bothering to do an ls. So I see...
bobdolebananaphone
bobdolebanan...
Offline
Sep 2, 2008
8:01 pm
2981
TBB uses the pthreads library for internal synchronization. Since Pin tools cannot safely use pthreads, they cannot use TBB safely either. If you want to...
Lueck, Gregory M
lueckintel
Offline Send Email
Sep 2, 2008
8:12 pm
2982
As part of the "whatif.intel.com" program, Intel has made available a functional emulator for new and upcoming instruction set extensions. It is called the...
mark_charney
Offline
Sep 4, 2008
6:06 pm
2983
This seems like something so simple that it must already exist, but if it doesn't I would like to put in a feature request for it, since it would be incredibly...
bobdolebananaphone
bobdolebanan...
Offline
Sep 4, 2008
7:13 pm
2984
Intercept library calls using libsafe, or your own equivalent. After all, libc symbols are visible. ... From: bobdolebananaphone To: pinheads@yahoogroups.com ...
Rick Gorton
rgorton_amt
Offline Send Email
Sep 4, 2008
9:27 pm
2985
"'libsafe' is based on a middleware software layer that intercepts all function calls made to library functions known to be vulnerable." Beyond that, libsafe...
bobdolebananaphone
bobdolebanan...
Offline
Sep 5, 2008
1:47 pm
2986
Actually, once I hit on the JIT keyword, I found it in the documentation. Does this mean I should be using traces rather that sections and routines, in order...
bobdolebananaphone
bobdolebanan...
Offline
Sep 5, 2008
1:54 pm
2987
The only way to protect adjacent variables from an overflow is to have compiler support which describes the actual size of variables and their locations. ...
Rick Gorton
rgorton_amt
Offline Send Email
Sep 5, 2008
5:59 pm
2988
Hello, My understanding is that ./source/tools/Pthread directory has what is explained in this paper (http://www.cag.csail.mit.edu/scale/papers/pin-wbia.pdf). ...
geniajh78
Offline Send Email
Sep 9, 2008
10:32 pm
2989
Would my INS instrumentation function be called from multiple threads simultaneously? And how would I know which instrumentation functions might be called from...
mike_sanders777
Offline
Sep 14, 2008
12:11 pm
2990
Callbacks that are registered with *_AddInstrumentFunction are protected with a single global lock, so you can assume mutual exclusion. Callbacks that are...
Cohn, Robert S
rscohn2000
Offline Send Email
Sep 14, 2008
1:51 pm
2991
Hi If the instrumentation inserted before a trace invalidates it (the same trace) then would the trace be retranslated into the cache causing any trace related...
Amitabha Roy
f22freak
Offline Send Email
Sep 15, 2008
6:49 pm
2992
Hi, Can I treat every PIN BBL as a dynamic instance of a certain Static BBL in compiler's control flow graph? What I am trying to do is to calculate how many...
Jie Yu
jay.yujie
Offline Send Email
Sep 16, 2008
2:15 am
2993
- Elena ________________________________ From: pinheads@yahoogroups.com [mailto:pinheads@yahoogroups.com] On Behalf Of Jie Yu Sent: Tuesday, September 16, 2008...
Demikhovsky, Elena
elena.demikh...
Offline Send Email
Sep 16, 2008
6:48 am
2994
Hi Elena, Thank for your reply! But I have some difficulties to understand this. ... may not match 1-1 with static BBL Do you mean it is possible that we will...
jay.yujie
Offline Send Email
Sep 16, 2008
3:27 pm
2995
When you call CODECACHE_InvalidateTraceAtProgramAddress the system will remove the trace from the lookup tables (so the trace will not be found ever again) and...
Kim Hazelwood
hazelwood@...
Send Email
Sep 16, 2008
4:17 pm
2996
A Pin TRACE will include multiple BBLs. You'll need to walk through that trace to see of the individual BBLs. Also, a BBL in Pin is actually an "extended basic...
Kim Hazelwood
hazelwood@...
Send Email
Sep 16, 2008
4:26 pm
2997
Hi, Suppose I use for(IMG img = APP_ImgHead(); IMG_Valid(img); img = IMG_Next(img)) {...} to iterate all the loaded images. Is it possible that when I was ...
jay.yujie
Offline Send Email
Sep 16, 2008
8:39 pm
Messages 2968 - 2997 of 4503   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