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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 2505 - 2534 of 4503   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2505
InsertIf/Then calls must be paired, so you could either insert two If calls or combine your Then calls. The first option is easier, but the second is probably...
tippmoseley
Offline Send Email
Apr 1, 2008
4:26 pm
2506
Hi, I want to be able to modify the store address of an instruction (IARG_MEMORYWRITE_EA) , before the instruction executes, so that it will write to a...
slice4e
Offline Send Email
Apr 1, 2008
4:47 pm
2507
Hi Martin, I use INS_RewriteMemoryAddressingToBaseRegisterOnly whose information can be found under Generic modification API in the Pin's User Guide. You can ...
parujr
Offline Send Email
Apr 1, 2008
6:53 pm
2508
Hi, I am writing a pintool that does some application profiling. When running my tool on Microsoft Excel 2007 under Windows XP, I almost constantly get the...
reallydestrius
Offline Send Email
Apr 2, 2008
3:22 am
2509
Oops! I'm sorry... accidentally sent the mail before I completed it. Here's the full message below: Hi, I am writing a pintool that does some application...
reallydestrius
Offline Send Email
Apr 2, 2008
3:30 am
2510
Hi Xinyu, We suspect that some office 2007 applications contain self-modifying- code (SMC). SMC is not yet supported in Pin. This is planned to be supported......
nadav_chachmon
Offline Send Email
Apr 3, 2008
5:11 am
2511
Some testing seems to suggest that there is self-modifying code in Excel, but smc_check only locates a few instances through an entire run of the program....
reallydestrius
Offline Send Email
Apr 3, 2008
10:27 am
2512
Dear Pinhead, I succeeded in replacing function of original code with my function in Pin tool. But my function is quiet simple. It just prints some words. Now...
takeheartjoshua
Offline Send Email
Apr 3, 2008
9:30 pm
2513
If you are working on an IA-32 or Intel(R) 64 architecture, look at the ToolUnitTests/replace_malloc_inst.cpp and ToolUnitTests/callapp*.cpp examples. They...
glyons01
Offline Send Email
Apr 4, 2008
3:42 pm
2514
PLEASE TAKE OU MY EMAIL FROM THIS GROUP THANKS Diego To: pinheads@yahoogroups.com From: glyons01@... Date: Fri, 4 Apr 2008 15:39:44 +0000 Subject:...
rivgal16@...
rivgal162004...
Offline Send Email
Apr 4, 2008
3:51 pm
2515
Hi, I have been bugging the developers on this forum with my issue that PIN crashes while instrumenting a program with a buffer overflow, until you guys were...
slice4e
Offline Send Email
Apr 6, 2008
2:03 am
2516
To get the IARG_MEMORY*_EA or IARG_MEMORY*_SIZE of instructions with rep prefixes, we have to read memory. If the instrumented instruction was going to segv,...
Cohn, Robert S
rscohn2000
Offline Send Email
Apr 6, 2008
11:31 am
2517
Hmm, it seems that this does not happen only for instructions with rep prefixes. In one case, the crashing instruction is: repnz scas %es:(%edi),%al , however...
slice4e
Offline Send Email
Apr 6, 2008
5:38 pm
2518
I am new to PIN, and I have some questions about the PIN's software architecture and how PIN works. 1) What is the function of Emulatoin Unit? And what is the...
jin_ang02
Offline Send Email
Apr 7, 2008
3:08 pm
2519
You might want to look at the Pin paper from PLDI 2005: http://rogue.colorado.edu/Pin/docs/papers/pin-pldi05.pdf I think both of those questions are answered...
Dan Upton
draqza.rm
Offline Send Email
Apr 7, 2008
3:48 pm
2520
... Those instances are the stale traces which needs to be re-jitted due to SMC ... Yes. This is a normal behaviour. ... We will have to debug it and see if...
nadav_chachmon
Offline Send Email
Apr 8, 2008
6:22 am
2521
Thanks a lot. It works well. :)...
takeheartjoshua
Offline Send Email
Apr 8, 2008
4:29 pm
2522
Hi, I am getting errors when I try to compile icount in SimpleExamples directory. I am using the following version of PIN tool. ...
sreekumarvk
Offline Send Email
Apr 10, 2008
12:33 am
2523
I think you need to do "make icount.so" instead. Pin tools on Linux are now shared libraries. -- Greg ________________________________ From:...
Lueck, Gregory M
lueckintel
Offline Send Email
Apr 10, 2008
3:40 pm
2524
Hi Greg, Thanks for your reply. I read this example in the manual and thought it should be compiled as an executable. Examples ...
sreekumarvk
Offline Send Email
Apr 10, 2008
5:15 pm
2525
Thanks for pointing that out, Sreekumar. We have updated the manual, so it will be fixed in the next Pin kit. -- Greg ________________________________ From:...
Lueck, Gregory M
lueckintel
Offline Send Email
Apr 10, 2008
6:08 pm
2526
New pin kit 18525 This version of pin makes it possible to build and run pintools on any linux distribution. Tools that use probe mode still require systems...
rscohn2000
Offline Send Email
Apr 10, 2008
9:24 pm
2527
Hey All, So I get the following error when I try to run a probe-based pintool on x86_64. The same tool works fine on ia32. Also, the tests in the Probes/...
Tipp Moseley
tippmoseley
Offline Send Email
Apr 10, 2008
11:21 pm
2528
The -probe option does not take an argument. Remove the "1" after the - probe, and see what happens. BTW, with the latest kit, 18525, -probe is not needed at...
glyons01
Offline Send Email
Apr 11, 2008
12:59 pm
2529
Dear, I have questions about the usage of a function called "PIN_CallApplicationFunction". Please take a look at very simple application and pintool programs:...
geniajh78
Offline Send Email
Apr 11, 2008
5:22 pm
2530
Jung Ho, As you have already guessed, you have uncovered two different problems in PIN_CallApplicationFunction(). We had not tried calling...
glyons01
Offline Send Email
Apr 11, 2008
7:06 pm
2531
I am using a slightly modified version of the DebugTrace tool to generate a memory reference trace. The references made by different threads are obviously...
arunaishus
Offline Send Email
Apr 12, 2008
12:28 am
2532
Hello, You have to use either mutexes to protect the critical section of the Pin tool (in your case the section where you write to the file) or you have to ...
Stephan Günther
smgtum
Offline Send Email
Apr 12, 2008
8:18 am
2533
Hi, I would like to write a pintool to instrument an specific routine and its children (i.e. other routines called inside). Is there a way to do this without...
roddomi
Offline Send Email
Apr 12, 2008
4:17 pm
2534
-probe 1 was me trying random things; sorry. It doesn't work either way using that kit. It seems to work fine in 18525, though. Thanks! Tipp...
tippmoseley
Offline Send Email
Apr 12, 2008
6:57 pm
Messages 2505 - 2534 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