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 1840 - 1869 of 4498   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1840
We fixed some bugs in -follow_execv, but now it only is supported on 2.6 kernels (there is a bug in ptrace in 2.4 kernels that is difficult to work around). I...
Cohn, Robert S
rscohn2000
Offline Send Email
Aug 1, 2007
5:27 pm
1841
Hello, Any ideas for this? Is it possible to add a local variable to a function? Thanks!...
avishay_traeger
Offline
Aug 1, 2007
6:28 pm
1842
let me know if you have any problems here are the steps i take to create/use the chroot jail. assumes that the target chroot directory will be in $HOME 1. Get...
chris_grze
Online Now Send Email
Aug 1, 2007
7:52 pm
1843
Hi all, I need to determine when a branch in a basic block is taken and not taken. Currently, I'm using the following: ...
viruliferous
Offline
Aug 1, 2007
9:31 pm
1844
It would be hard to do what you want because the method for passing arguments is different on every platform and you would have to understand the details....
Cohn, Robert S
rscohn2000
Offline Send Email
Aug 1, 2007
9:40 pm
1845
OK I will try that - thanks a lot!...
avishay_traeger
Offline
Aug 2, 2007
8:11 pm
1846
Hi all, I know that Pin could instrument every instruction executed in an application. But when we analyze the instruction, how can we tell that which...
supertangcc
Offline Send Email
Aug 4, 2007
10:09 am
1847
Hi, I coded my PIN program under windows XP using my old PC. Now, I try to ship all the programs into a more powerful PC. Problem occurs during the shipping. ...
lzwict
Offline Send Email
Aug 5, 2007
7:49 pm
1848
Yuan, Check out the FILTER_LIB example in the Instrumentation library (InstLib directory). It demonstrates a way to filter out code from shared libraries. The...
Jim Clause
clause33
Offline Send Email
Aug 6, 2007
5:05 am
1849
Hi, I have tested the attached program under my new Windows XP. The following command does not work (while it works in my old Windows XP). ..\..\bin\pin.exe -t...
lzwict
Offline Send Email
Aug 6, 2007
4:27 pm
1850
Do you have dbghelp.dll in the pin\bin directory? If not, please download it and copy into this directory. See README: "Internally, Pin is tested with...
alexs_2000_il
Offline Send Email
Aug 6, 2007
5:28 pm
1851
Thank you for your reply. I have followed your instruction by copying the file dbghelp.dll to the folder \bin of the PIN kit. But it still does not work. I...
lzwict
Offline Send Email
Aug 6, 2007
8:45 pm
1852
I am using the "pin-2.2-13211-msvc8-ia32-windows" for my program. Best, Li...
lzwict
Offline Send Email
Aug 6, 2007
8:48 pm
1853
Please, repeat your test while specifying following pin debug options: pin -xyzzy -mesgon log_win -t yourTool.dll notepad.exe After the crash, look into...
alexs_2000_il
Offline Send Email
Aug 6, 2007
9:44 pm
1854
Under the folder 'simpleexamples', I have tried the following command: ..\Bin\pin.exe -xyzzy -mesgon log_win -t opcodemix.dll -- notepad.exe There is no...
lzwict
Offline Send Email
Aug 6, 2007
10:21 pm
1855
I tested pin-13211/opcodemix/notepad on XP Service Pack 2, Professional Edition and it works. Do you have a different XP installed on your computer? What is...
alexs_2000_il
Offline Send Email
Aug 7, 2007
8:19 am
1856
I've got a tool I'm writing, for which I need to output the disassembled BBLs at the end of the run (aka in the fini callback). I need to do this to 1) reduce...
Rick Gorton
rgorton_amt
Offline Send Email
Aug 7, 2007
1:44 pm
1857
Hi Rick, If you have the addresses and sizes in instructions, you could try using Xed (assuming you're on an x86 platform). I'm not sure how it will compare...
Dan Upton
draqza.rm
Offline Send Email
Aug 7, 2007
2:38 pm
1858
I am considering using Pin to instrument Java applications running on top of a JVM. Can this be done and what would be the limitations involved? The older...
vasanthv5
Offline Send Email
Aug 7, 2007
2:50 pm
1859
... The same operating system here, Windows XP Professional 2002 with Service Pack 2. ... The length is only 30 characters: "F:\PIN\PIN-2.2\SimpleExamples" ......
lzwict
Offline Send Email
Aug 7, 2007
2:57 pm
1860
... Did you inject detoured.dll intentionally? This DLL belongs to "DETOURS" - Microsoft reserch project: "Detours is a library for intercepting arbitrary...
alexs_2000_il
Offline Send Email
Aug 7, 2007
4:30 pm
1861
If you want to test pin without wxvault.dll, edit the following Windows Rgistry entry : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows ...
alexs_2000_il
Offline Send Email
Aug 7, 2007
5:16 pm
1862
Hello, I tried to use PIN with java(Specjbb benchmark) but the latest version of PIN doesn't handle it well. There is a PIN tool called smc_check in the /Tests...
qasim ali
qasimali80
Offline Send Email
Aug 7, 2007
5:35 pm
1863
Thanks a lot for your help. The problem is solved using your suggestion. I have never installed detours before while it may be shipped with the operating...
lzwict
Offline Send Email
Aug 7, 2007
6:16 pm
1864
I just checked my system and find that DELL has shipped the software "Embassy Trust Suite" with their new PCs. I have found that a detoured.dll under the...
lzwict
Offline Send Email
Aug 7, 2007
6:24 pm
1865
I believe the problem is in wxvault.dll that usus detoured.dll to hook application functions. From google, I learned that this dll may cause problems even in...
alexs_2000_il
Offline Send Email
Aug 7, 2007
6:45 pm
1866
Hello everyone, We have 63 node in a cluster of AMD opteron servers. I have the latest version of PIN. It runs fine on home node but when I tryied to run PIN...
mcmillian nz
mcmillian_nz
Offline Send Email
Aug 7, 2007
8:11 pm
1867
Pin looks at /proc/self/exe to find the path to the pin binary. Can you check if your linux has it? ________________________________ From:...
Cohn, Robert S
rscohn2000
Offline Send Email
Aug 7, 2007
9:19 pm
1868
Two of the three limitations still exist in Pin: 1. Self-modifying code (SMC) - Still an issue, but potential work-around in your tool (see below). 2. Lack of...
Lueck, Gregory M
lueckintel
Offline Send Email
Aug 7, 2007
9:34 pm
1869
my linux has /proc/self/exe in it. PIN works fine on the home node but it showing that error on other nodes. MC ... ...
mcmillian nz
mcmillian_nz
Offline Send Email
Aug 7, 2007
9:50 pm
Messages 1840 - 1869 of 4498   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