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 3077 - 3106 of 4502   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3077
Hi All, I need to change the value of errno set by a system call. In IPOINT_AFTER the system call instruction, I want to call __errno_location() using...
rinikaushik
Online Now Send Email
Nov 1, 2008
11:22 am
3078
Hi All, I am working on a record/replay tool that intercepts system calls before they are executed at the replay time and would like to return a previously...
rinikaushik
Online Now Send Email
Nov 2, 2008
1:19 pm
3079
If you are intercepting the actual system call trap instructions, you need to change the value of the AX register. On Linux, a positive value of AX indicates...
Lueck, Gregory M
lueckintel
Offline Send Email
Nov 3, 2008
2:07 pm
3080
Hi, This is a question regarding the behavior of the function INS_RewriteMemoryAddressingToBaseRegisterOnly(). I am trying to use this function to redirect...
Harshad Kasture
harshadkasture
Offline Send Email
Nov 3, 2008
3:35 pm
3081
... Using the technique I describe here should help because it delays the cost of RTN_Open() until you know the RTN will be executed: ...
Lueck, Gregory M
lueckintel
Offline Send Email
Nov 3, 2008
4:10 pm
3082
Hi Harshad, Send me your binary file, please. Thanks - Elena ________________________________ From: pinheads@yahoogroups.com [mailto:pinheads@yahoogroups.com]...
Demikhovsky, Elena
elena.demikh...
Offline Send Email
Nov 4, 2008
1:16 pm
3083
On Mon, Nov 3, 2008 at 7:09 PM, Lueck, Gregory M ... Yes, it does help. Thanks again. ... Yes, this is true for some of my tests. ... Makes sense. Thanks! ...
Konstantin Serebryany
konstantin.s...
Offline Send Email
Nov 5, 2008
2:33 pm
3084
It seems that PIN does not run on linux kernel 2.6.27; specifically, it fails with this error message: A:Source/pin/injector_nonmac/auxvector.cpp:CopyAux:239:...
barry_tannenbaum
barry_tannen...
Offline Send Email
Nov 6, 2008
2:07 pm
3085
Try running Pin with "-ifeellucky". E.g.: $ pin -ifeellucky -- /bin/ls -- Greg ________________________________ From: pinheads@yahoogroups.com...
Lueck, Gregory M
lueckintel
Offline Send Email
Nov 6, 2008
3:56 pm
3086
That appears to work. Thanks. While it's certainly smarter to be lucky than it's lucky to be smart, I'd be a little more comfortable with *some* clue about...
barry_tannenbaum
barry_tannen...
Offline Send Email
Nov 6, 2008
4:23 pm
3087
Pin needs to do some translation for some of the application's AUX vector elements (AT_xxx). Your kernel has a new entry that Pin doesn't know about. By...
Lueck, Gregory M
lueckintel
Offline Send Email
Nov 6, 2008
7:13 pm
3088
Hello, I am facing an interesting issue here. I have a pin tool which saves checkpoints using the BLCR software. Those checkpoints are full application ...
Alexandre Strube
alexandre_ganso
Offline Send Email
Nov 11, 2008
12:27 pm
3089
Hi, thanks for the reply. Building my applications with symbolic information is an option. But If I do not want to use a symbol table, and want PIN to operate...
srikanth viswanathan
srikanth111213
Offline Send Email
Nov 13, 2008
7:52 am
3090
On Thu, Nov 13, 2008 at 10:51 AM, srikanth viswanathan ... What locks do you use? pthread_mutex? Your own custom locks? If you use locks from some standard...
Konstantin Serebryany
konstantin.s...
Offline Send Email
Nov 13, 2008
8:20 am
3091
I think this would be hard to do reliably, but you could try and see how it goes. Pin can tell you if an instruction uses the LOCK prefix, so you try looking...
Lueck, Gregory M
lueckintel
Offline Send Email
Nov 13, 2008
3:21 pm
3092
Is it possible to attach pin to a program that is already running? What is necessary to accomplish this? -- [] Alexandre Strube surak@......
Alexandre Strube
alexandre_ganso
Offline Send Email
Nov 13, 2008
3:28 pm
3093
http://tech.groups.yahoo.com/group/pinheads/message/2838 From: pinheads@yahoogroups.com [mailto:pinheads@yahoogroups.com] On Behalf Of Alexandre Strube Sent:...
Kim Hazelwood
hazelwood@...
Send Email
Nov 13, 2008
4:12 pm
3094
I am interested in using Pin to trace method calls and returns in the Jikes RVM; I have two questions about the best way to do this: 1. The first is a general...
Will Benton
invokevirtual
Offline Send Email
Nov 14, 2008
2:11 am
3095
Hi, I have a question regarding the extraction of static properties of an image. I tried to run the staticcount.cpp(counting instructions of an image) pintool...
vishwa v
vishwa_v27
Offline Send Email
Nov 14, 2008
8:06 am
3096
Hi, More speed comparison with valgrind. The attached benchmark shows that PIN's start-up time could be 40x slower than valgrind's. Could someone from PIN...
Konstantin Serebryany
konstantin.s...
Offline Send Email
Nov 14, 2008
11:26 am
3097
By fetching the same DLL's I mean that the number of instructions in the dll's involved should be determined statically. Thanks Vishwanath          ...
vishwa v
vishwa_v27
Offline Send Email
Nov 14, 2008
5:15 pm
3098
Hi guys, I've been trying out the pintool (or rather meaning to) But I get an error everytime I execute the pintool Here is an example ...
srikanth viswanathan
srikanth111213
Offline Send Email
Nov 15, 2008
7:46 am
3099
Try running Pin with -ifeellucky. http://tech.groups.yahoo.com/group/pinheads/message/3085 On Sat, Nov 15, 2008 at 2:45 AM, srikanth viswanathan...
Dan Upton
draqza.rm
Offline Send Email
Nov 15, 2008
3:56 pm
3100
Hi, Can some one tell me how can I generate static traces for windows applications, wherein PIN can also pull the DLLs referred by the code and just give the...
vishwa v
vishwa_v27
Offline Send Email
Nov 15, 2008
11:09 pm
3101
I know PIN has a way to save and restore the context of the current application being instrumented, but I wanted to know if there was a way to save and later...
mike_sanders777
Offline
Nov 16, 2008
5:51 pm
3102
Hey thanks a lot.. pin -ifeellucky worked. I'm curious to know what this does though. Thanks! Srikanth ... From: Dan Upton <upton@...> Subject: Re:...
srikanth viswanathan
srikanth111213
Offline Send Email
Nov 17, 2008
4:23 am
3103
Hi, In a PIN tool I can get a routine name by the address of instruction. Can I get a name of a global variable by it's address? I tried iterating all symbols...
Konstantin Serebryany
konstantin.s...
Offline Send Email
Nov 17, 2008
7:48 am
3104
See "ToolUnitTests/rollback.cc" and "ToolUnitTests/memlog.h". -- Greg ________________________________ From: pinheads@yahoogroups.com...
Lueck, Gregory M
lueckintel
Offline Send Email
Nov 17, 2008
1:47 pm
3105
I run a simple program, something like long i; for(i=0;i<1000000000;i++) { if(i % 10000==0) printf("I'm counting to %ld \n",i); } instrumented with pin (the...
Alexandre Strube
alexandre_ganso
Offline Send Email
Nov 18, 2008
4:09 pm
3106
Hi. Me and my friend are trying to synchronize multiple threads by implementing a barrier. When the threads access our barrier, they wait inside a while loop...
kiyeon_lee
Offline Send Email
Nov 18, 2008
9:08 pm
Messages 3077 - 3106 of 4502   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