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 your group to be featured on the Yahoo! Groups website? 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 705 - 734 of 4498   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
705
Has anyone published any PIN tools that perform the type of correctness-checking tasks that Valgrind is typically used for (memory access checking, lock access...
makozuch
Offline Send Email
Mar 3, 2006
8:30 pm
706
To get around the current, single-threaded limitation on FreeBSD for at least some of my work, I'm planning on getting a Linux box up. The FAQ says: Q: What...
speisert
Offline Send Email
Mar 5, 2006
7:36 pm
707
Hello, Do you support this function for IA32E PIN-2.0 versions? I run into error when I use my PINTOOL on a IA-32E and everything works well on IA-32 machine....
Nikhil Bhatia
nick_btwenty
Offline Send Email
Mar 6, 2006
8:22 pm
708
I'm running Pin on Ubuntu Breezy-Badger on Xeon processor. It works perfect on both 64bit and 32bit mode. -habals ... -- -- Jungwoo Ha...
Jungwoo Ha
habals
Offline Send Email
Mar 9, 2006
9:24 am
709
Hi -- I see the FAQ says: Q: Does Pin handle self-modifying code? A: Pin is able to instrument dynamically generated code. However, Pin does not detect that ...
speisert
Offline Send Email
Mar 9, 2006
3:39 pm
710
Technically, what you want exists now. Pin is able to detect and instrument the dynamically generated stack code. However, if your application later rewrites...
Lueck, Gregory M
gregorylueck
Offline Send Email
Mar 9, 2006
3:52 pm
711
Hi, Is there a simple way (or API) to detect backedges on call graph instead of creating call graphs on-the-fly and do depth-first-search? What I'm doing now...
Jungwoo Ha
habals
Offline Send Email
Mar 9, 2006
9:56 pm
712
... How precise does your control flow have to be? Would it suffice if you simply had a handle to a control flow graph which decrypts the image based on direct...
Vijay J
thep0rt
Offline Send Email
Mar 9, 2006
10:11 pm
713
I'm trying to get all the caller/callee address Callee address is easy to get using RTN_Address(rtn). I tried two ways to get caller address, but neither...
Jungwoo Ha
habals
Offline Send Email
Mar 10, 2006
8:37 pm
714
Hi, I am trying to gather statistics about code cache in ARM. But the Pintool I have written to record the code cache size does not get compiled for ARM. The...
apala guha
apala_guha
Offline Send Email
Mar 10, 2006
8:52 pm
715
IARG_FUNCARG_* gives you the value of function arguments. You want IARG_INST_PTR and IARG_BRANCH_TARGET_ADDR ...
Cohn, Robert S
rscohn2000
Offline Send Email
Mar 10, 2006
9:38 pm
716
Hi, Do INS_RegR and INS_RegW track flag registers? I know they can tell me all the general registers that are read or written by an instruction. How about flag...
shan_uiuc
Offline Send Email
Mar 12, 2006
10:30 pm
717
Hi all, How do I get to know of the count of instructions executed per thread? Or to be more specific how do I find out if a certain read of memory was done by...
Libin Varghese
libin_v
Online Now Send Email
Mar 13, 2006
8:09 pm
718
Hi, There is a tool mypthreadtool in the Pthread directory of the 3077 kit. Since I could not get much documentation about this, what does this tool do? ...
Libin Varghese
libin_v
Online Now Send Email
Mar 13, 2006
8:14 pm
719
There is an argument called IARG_THREAD_ID that you can use to tag information independantly on a per thread basis. ... -- &veej....
Vijay J
thep0rt
Offline Send Email
Mar 13, 2006
8:16 pm
720
... Ok, Since the document says IARG_THREAD_ID Type: UINT32. Pin thread id. I considered IARG_THREAD_ID to return the thread ID of PIN only. I just tried...
Libin Varghese
libin_v
Online Now Send Email
Mar 13, 2006
8:53 pm
721
hi libin, the entire directory is a single user-level pthread library described in http://cag.csail.mit.edu/scale/papers/pin-wbia.pdf. it allows you to run...
Heidi Pan
wahbahdoo
Offline Send Email
Mar 13, 2006
9:26 pm
722
... Ok, you mean to say it is just another pthread library ... But I am confused here, does this mean I can write a tool for PIN using the Pthread headers for...
Libin Varghese
libin_v
Online Now Send Email
Mar 13, 2006
9:45 pm
723
yes ... not quite sure what you mean......
Heidi Pan
wahbahdoo
Offline Send Email
Mar 13, 2006
9:48 pm
724
... What I meant was can I write an instrumentation tool with this pthread library, for instance to probe when attributes are set and such?...
Libin Varghese
libin_v
Online Now Send Email
Mar 13, 2006
10:12 pm
725
the pthread library is the instrumentation tool in the version that's released with pin. what you could imagine doing (and what i did for my current project)...
Heidi Pan
wahbahdoo
Offline Send Email
Mar 13, 2006
10:19 pm
726
... Ok, I get it. Thank you all for all the comments. ~Libin...
Libin Varghese
libin_v
Online Now Send Email
Mar 14, 2006
5:16 pm
727
Hi all, I came to know that PIN does not completely modify the binary like ATOM, rather just attaches itself to the binary. I need some clarification at this...
Libin Varghese
libin_v
Online Now Send Email
Mar 14, 2006
5:20 pm
728
There are two applications in the address space of the program -- the original binary and the pin binary. Pin re-route's the memory allocation to a different...
Vijay J
thep0rt
Offline Send Email
Mar 14, 2006
9:58 pm
729
... You should read this paper: http://rogue.colorado.edu/pin/docs/papers/pin-pldi05.pdf Nick...
Nicholas Nethercote
njn@...
Send Email
Mar 14, 2006
11:13 pm
730
Good afternoon, all! I am a graduate student at George Mason interested in applying Pin to a project. The Linux installation that I have access to is...
Dan Ramey
dbr1211@...
Send Email
Mar 16, 2006
12:20 am
731
The linux distributions that we support are documented here: http://rogue.colorado.edu/pin/faq.html And the manual: http://rogue.colorado.edu/pin/docs/3077/ ...
mark_charney
Offline
Mar 16, 2006
1:22 am
732
Hello group, I get the following error when I try to execute a pintool. ******************************************************************** ...
Prasad Gopal
prasad_6_gnair
Offline Send Email
Mar 16, 2006
3:31 pm
733
Hi All, Can anyone tell me what simulators can be used to execute instrumented ARM binaries? I do not have access to ARM hardware to test PIN for ARM. Thanks ...
sreekumarvk
Offline Send Email
Mar 21, 2006
3:24 pm
734
Hi Sreekumar, Keep in mind that Pin instruments applications *while they execute* so you would have to run both Pin and the application on top of the ...
Hazelwood Cettei, Kim...
hazelwoodkim
Offline Send Email
Mar 21, 2006
5:08 pm
Messages 705 - 734 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