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 3860 - 3889 of 4498   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3860
... limit your loop indices by INS_OperandCount(ins)....
mark_charney
Offline
Jun 1, 2009
12:52 pm
3861
Hi Chris, Oops, my apology. The nmake.bat file I mentioned is new version which will be used in the next official Pin kit. Pin kit 25945 uses old version of...
Vladimir Vladimirov
vlvladni
Offline Send Email
Jun 1, 2009
3:12 pm
3862
Pin does not control the scheduling of threads. When the application creates a thread, Pin creates one too. From that point on, the scheduling of the threads...
Lueck, Gregory M
lueckintel
Offline Send Email
Jun 1, 2009
4:30 pm
3863
Thanks, Vladimir--the tools compiled perfectly (now I just have to figure out how to use them!). Cheers! -Chris...
Tofer
tofergregg
Offline Send Email
Jun 1, 2009
5:55 pm
3864
Hi all, I'm new here,and to the PIN tool in general. I was happy to find this forum as I encountered an issue with IMAGES. A few details about my system: gcc...
guy.assedou
Offline Send Email
Jun 1, 2009
6:53 pm
3865
? For some reason the Image function is called only for one specific image (one of the libs in the code) The function Image always opens the same file: ...
Cohn, Robert S
rscohn2000
Offline Send Email
Jun 1, 2009
8:23 pm
3866
Hi, apparently the Image function worked fine the whole time. The problem was,as you have mentioned, that I was rewriting the same file and thus only saw the...
guy.assedou
Offline Send Email
Jun 2, 2009
8:40 am
3867
I'd like to create a basic blocks dictionary by using trace instrumentation. for (BBL bbl=TRACE_BblHead(trace);BBL_Valid(bbl);bbl=BBL_Next(bbl)) { ...
ygutced
Offline Send Email
Jun 2, 2009
11:27 am
3868
I am using instrumentation by TRACE but when I display the instruction I can not display the routine name (alway got .text). Is there any way to get the...
David Rodriguez
drodriguezv_...
Offline Send Email
Jun 3, 2009
2:03 am
3869
Hi David, See http://tech.groups.yahoo.com/group/pinheads/message/3570 Kim From: pinheads@yahoogroups.com [mailto:pinheads@yahoogroups.com] On Behalf Of David...
Kim Hazelwood
hazelwood@...
Send Email
Jun 3, 2009
3:43 am
3870
Hi, You can pass to your analysis routine the instruction pointer at the entrance to the BBL (using IARG_INST_PTR). In the analysis routine you can have a data...
nadav_chachmon
Offline Send Email
Jun 3, 2009
7:04 pm
3871
Hi, You can maintain set of "visited BBLs". Pass IARG_INST_PTR to your analysis routine (docount in your example), check in the analysis routine if this value...
nadav_chachmon
Offline Send Email
Jun 3, 2009
7:30 pm
3872
... Bump, is the support for FAR RETs anywhere on the roadmap ? cheers, dan...
reynaudd@...
reynaudd...
Offline Send Email
Jun 3, 2009
7:54 pm
3873
Hi! I have a question , how can I use the filter, I am running the filter program but the filter is not working. pin -t filter.dll -- xx.exe -filter_rtn main...
drodriguezv_compex
drodriguezv_...
Offline Send Email
Jun 3, 2009
11:47 pm
3874
Thanks so much. I have to use the PIN_InsertSymbols(). David. ________________________________ From: Kim Hazelwood <hazelwood@...> To:...
David Rodriguez
drodriguezv_...
Offline Send Email
Jun 3, 2009
11:50 pm
3875
Hi, Command line switches for the pin tool (filter.dll) should be declared adter the tool and before the "--". Please try: pin -t filter.dll -filter_rtn main...
nadav_chachmon
Offline Send Email
Jun 4, 2009
5:30 am
3876
Pin supports "far ret" instruction only if the transition is to the same code segment. We don't have a full support of "far ret" in our plans right now. -...
Demikhovsky, Elena
elena.demikh...
Offline Send Email
Jun 4, 2009
5:50 am
3877
Hi all, I'm trying to write a tool to profile the cache. I'm using the pin_cache include to create a cache. What I'm missing and could not find (although...
guy.assedou
Offline Send Email
Jun 4, 2009
5:03 pm
3878
I would like to get the name of the rutine (target) in a call instruction (call or branch to procedure, it is not a direct call or branch)? Thanks....
drodriguezv_compex
drodriguezv_...
Offline Send Email
Jun 4, 2009
6:10 pm
3879
I'll answer part of your question. The code cache module is related neither to the data cache nor the instruction cache. It is related to an internal "software...
Kim Hazelwood
hazelwood@...
Send Email
Jun 4, 2009
6:49 pm
3880
Hi, By the way, is there any undocumented magic experimental option that would solve the problem ? BR, Matthieu...
macteca
Offline Send Email
Jun 4, 2009
7:14 pm
3881
Thanks for the reply, I was suspecting something of this sort, just could not find the right words for it, so thanks for that. Regarding the first part of my...
guy.assedou
Offline Send Email
Jun 4, 2009
8:29 pm
3882
Hi again, just wanted to update that I have found the way to find the information I was looking for: apparently, the CACHE class (pin_cache.H) has a function...
guy.assedou
Offline Send Email
Jun 4, 2009
9:25 pm
3883
Hello, i'm making a tool similar to calltrace.cpp but i want to instrument the calls to a methods (similar to a function but not the same) instead of the...
pol.uros
Offline Send Email
Jun 5, 2009
7:48 am
3884
Hi, all When i want to know the code line(in source file) of malloc fuction caller, i add IARG_RETURN_IP in RTN_InsertCall's argument(fix malloctrace.cpp). EX:...
liou.dennise
Offline Send Email
Jun 5, 2009
4:24 pm
3885
... Yes. ... The problem is intrinsic in that compiler optimizations destroy the illusion that each machine instruction maps to a dedicated source code line. -...
Godmar Back
godmarback
Offline Send Email
Jun 5, 2009
4:55 pm
3886
Hi guys, I was wondering, is there any way to determine what indices in the eflags register are changed by a given instruction? Preferably one that doesn't...
nnp
version5@...
Send Email
Jun 6, 2009
4:45 pm
3887
... To get that level of information you need to use XED. There are several examples of using XED from Pin in the SimpleExamples directory (like xed-use.cpp)....
mark_charney
Offline
Jun 7, 2009
10:32 am
3888
Hi, Thanks for your report. It is currently under investigation, we will update you when it will be fixed. Can you temporarily use "int 0x4" instead of "int...
nadav_chachmon
Offline Send Email
Jun 7, 2009
11:51 am
3889
Hi, Can you please elaborate on the differences you see in the instrumentation level and provide an example of an application which will demonstrate it? ...
nadav_chachmon
Offline Send Email
Jun 7, 2009
12:26 pm
Messages 3860 - 3889 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