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 3475 - 3506 of 4503   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3475
Hi, Thanks for your reply :) I found that there is a library called "libdwarf" could help me to read debug information from elf format code. Is "libdwarf" a...
liou.dennise
Offline Send Email
Mar 1, 2009
1:01 pm
3476
Hi, all Sorry about i ask the question which is not suitable in this forum. If anyone is still willing to answer my qestion, i will appreciate you deeply... :)...
liou.dennise
Offline Send Email
Mar 1, 2009
1:47 pm
3477
It probably depends on what you want to do. If you want to find the address of a global data symbol, libelf will probably be easier to use. If you want to...
Lueck, Gregory M
lueckintel
Offline Send Email
Mar 2, 2009
8:20 pm
3479
Hello I need your help. I'm tracing memory instruction of IA-32. there are some instructions which read/write more than 64 bytes at once. those instructions...
hyunjinlee@...
hyunjinlee...
Offline Send Email
Mar 2, 2009
11:13 pm
3480
You should look at the discussion of the "rep" prefixes used with string operations. See Intel(r) 64 and IA-32 Architectures Software Developer's Manual,...
Cownie, James H
jim.cownie
Offline Send Email
Mar 3, 2009
9:37 am
3481
Note, too, that DWARF symbolic information is only generated when you compile code with suitable debug flags (e.g. -g), so you cannot rely on it being present,...
Cownie, James H
jim.cownie
Offline Send Email
Mar 3, 2009
9:48 am
3482
In HDPV [1] we faced the same problem to visualize assignments to local variables. We ended up using a heavily extended version of Fjalar [2], which wraps much...
Godmar Back
godmarback
Offline Send Email
Mar 3, 2009
1:44 pm
3483
... If IARG_CONTEXT was less expensive, would that have solved the performance problems? ... From: pinheads@yahoogroups.com [mailto:pinheads@yahoogroups.com]...
Cohn, Robert S
rscohn2000
Offline Send Email
Mar 3, 2009
1:52 pm
3484
Hi, I'm using PIN to instrument a program,and trying to get the control flow graph which is generated in the exectution. However, when i use the CFG class in...
liulimin210
Offline Send Email
Mar 3, 2009
4:05 pm
3485
Hi Might be a trivial question I tried to attach a pintool to a pid, in linux with version 2.6. ./pin -t source/tools/SimpleExamples/obj-ia32/icount.so -pid...
vishwa v
vishwa_v27
Offline Send Email
Mar 3, 2009
9:57 pm
3486
That part is not optional. Specify the application you're attaching to!-- RDS...
Randy D. Smith
randydeansmith
Offline Send Email
Mar 3, 2009
10:49 pm
3487
If i specify the application name, it is going to create another instance, then what is the use of specifying the PID. The main idea i think is to instrument...
vishwa v
vishwa_v27
Offline Send Email
Mar 3, 2009
11:02 pm
3488
Try -pid 1234 Not -pid -1234 ________________________________ From: pinheads@yahoogroups.com [mailto:pinheads@yahoogroups.com] On Behalf Of vishwa v Sent:...
Cohn, Robert S
rscohn2000
Offline Send Email
Mar 3, 2009
11:08 pm
3489
I tried even that. It doesnt work It says the same error: Missing Application Name ... From: Cohn, Robert S <Robert.S.Cohn@...> Subject: RE: [pinheads]...
vishwa v
vishwa_v27
Offline Send Email
Mar 3, 2009
11:28 pm
3490
Try putting "-pid 1234" before the "-t" switch. Pin treats all arguments that are specified after "-t tool.so" as arguments to the tool, not arguments to Pin....
Lueck, Gregory M
lueckintel
Offline Send Email
Mar 4, 2009
1:33 am
3491
Hi, guys. I'm trying to insert analysis code to a specific statement, given by its line number file and source file name. There were no problem on getting RTN...
goodinterface
Offline Send Email
Mar 4, 2009
2:45 am
3492
Hello, i have take a look in the staticcount example that counts the static instructions of a given IMG, i tried to think a way to instrument the dinamic...
pol.uros
Offline Send Email
Mar 4, 2009
6:40 pm
3493
Another question, is not possible to write a pin that includes a TRACE instrumentation function (or INS instrumentation) and IMG instrumentation function,...
pol.uros
Offline Send Email
Mar 5, 2009
10:15 am
3494
I think you could use the trace API for generating dynamic instructions and use the IMG API on those instructions say suppose you want to know the image to...
vishwa v
vishwa_v27
Offline Send Email
Mar 5, 2009
6:20 pm
3495
Hi Assuming that I have a tool to instrument multithreaded Apps using PIN, is there a way to attach multi-threaded apps to PIN using PID's. Please Let me know ...
vishwa v
vishwa_v27
Offline Send Email
Mar 6, 2009
8:05 pm
3496
We are working on this. The feature will be ready soon on Linux. - Elena ________________________________ From: pinheads@yahoogroups.com...
Demikhovsky, Elena
elena.demikh...
Offline Send Email
Mar 6, 2009
9:05 pm
3497
IMG level instrumentation is possible in the dynamic mode too. So, before calling to PIN_StartProgram() you should specify a callback for image load, a...
Demikhovsky, Elena
elena.demikh...
Offline Send Email
Mar 6, 2009
9:32 pm
3498
Hi I have read in this group (msg 2990)that using gcc thread locals (__thread) in pintools is not a good idea. I am trying to integrate a large library making...
Amitabha Roy
f22freak
Offline Send Email
Mar 7, 2009
8:53 pm
3499
PIN does not generate CFG automatically, and no any CFG class inside Pin. Pin gives function names and addresses. You can build CFG in your tool analyzing each...
Demikhovsky, Elena
elena.demikh...
Offline Send Email
Mar 8, 2009
8:45 am
3500
The problem implementing at the same time IMG and INS/TRACE is that for running IMG you need to start the program with probe mode (PIN_StartProgramProbed())...
pol.uros
Offline Send Email
Mar 9, 2009
10:34 am
3501
Hello Can anyone kindly provide a simple example to use command line switches with the tools. Apparently, it should be possible with 'KNOB', however, I have no...
Arash
greatarcher
Offline Send Email
Mar 9, 2009
3:30 pm
3503
Hi, all I have check that my cpu is intel64 by using CPUID.. I was confused with that i get the obj-ia32(instead of "obj-intel64") directory after i "make all"...
liou.dennise
Offline Send Email
Mar 9, 2009
5:21 pm
3504
Hi, Excuse the long email, I'm having a problem with dynamic linking of pin tools and I wanted to be as clear as possible in capturing the problem. I am having...
Daniel J. Quinlan
dquinlan@...
Send Email
Mar 9, 2009
9:41 pm
3505
Hi, I have the libtool magic for static and dynamic linking in place now for pin tools using our ROSE static analysis infrastructure and also ROSE static...
Daniel J. Quinlan
dquinlan@...
Send Email
Mar 10, 2009
5:41 am
3506
Hi, I find that "i686" is classified to ia32 in /makefile.gnu.config, so it's correct that i get obj-ia32 directory(depend on uname -m).. But,the second...
liou.dennise
Offline Send Email
Mar 10, 2009
7:11 am
Messages 3475 - 3506 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