Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

pinheads · Pin Dynamic Binary Instrumentation Tool

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hello, I'm testing a distributed application by employing two simulators. One simulator submits a UDP message to the app, the other bounces the message via the...
4 May 18, 2010
4:02 pm

bitmolot
Send Email

Hi, I am a new to PIN. I just had a doubt regarding PIN .When we intercept load and stores and print the memory addresses, are the addresses physical or ...
4 May 18, 2010
9:25 am

Cownie, James H
jim.cownie
Send Email

What do we mean by INS_HasFallThrough(INS ins) : instruction type has a fallthrough path based on the opcode What do we mean by a fall through path. Thanks, ...
2 May 18, 2010
8:47 am

Cownie, James H
jim.cownie
Send Email

Hi, I am new to PIN .Can you please suggest some good indepth tutorials which would help me understand things clearly like IMG etc.Though I have fair idea of...
2 May 17, 2010
4:29 pm

tevi.devor
Send Email

Hello, [Pin 2.7, Nehalem Xeon, Fedora 12, gcc 4.4.3] I'm writing a pin tool that tracks accesses a program makes to malloc/calloc and free. I've run across an...
1 May 17, 2010
2:45 am

harting03
Send Email

Hi, Is there anyway in pin to determine the current value of status flags such as carry, overflow, sign, zero, parity, aux carry etc? Thanks Nipun...
2 May 14, 2010
8:46 am

Cownie, James H
jim.cownie
Send Email

Hi, PIN currently supports debug info for function symbols (PIN_GetSourceLocation) and does not support debug info for global (including static) objects. Why? ...
4 May 13, 2010
11:44 am

Cohn, Robert S
rscohn2000
Send Email

Hello, Can I use Pin Tool to control thread access sequence? For example, there are two threads to access statement "a=a+1", sequence 1 : Thread A read a ->...
2 May 13, 2010
11:07 am

Cohn, Robert S
rscohn2000
Send Email

It seems if Pin detaches itself before the applications finishes, FINI function is never called. Is there a way where I can force FINI function to be called...
2 May 12, 2010
5:26 pm

Demikhovsky, Elena
elena.demikh...
Send Email

Hi, I am new to PIN and am trying out the tools that come with the windows distribution of PIN. I know that the tools, especially in "ManualExamples" and in...
3 May 12, 2010
3:50 pm

pbadism
Send Email

Hello Pin folks. I need your help. I want to know which registers are used in current instruction. There might be one register or two. or even more. They might...
7 May 11, 2010
10:39 pm

tevi.devor
Send Email

Hi all, I was trying to do an experiment to see whether stack pointer value is consistent when a function is called from a given calls site and is different...
1 May 11, 2010
9:49 pm

Arkaprava Basu
arkaprava.basu
Send Email

Hello,I want to monitor memory access status,but the INS_MemoryOperandIsRead and INS_MemoryOperandIsWritten will list operation too much, I just share memory...
3 May 11, 2010
12:11 pm

Cohn, Robert S
rscohn2000
Send Email

Hi all, I am running into a very interesting crash from PIN/Pintool. While running a program (mysql to be specific) in PIN, I am seeing an error like "C:Tool...
2 May 9, 2010
11:10 am

Demikhovsky, Elena
elena.demikh...
Send Email

Hi, I'm trying to locate the buffer from read by intercept syscall open and read. Simple code as below. SysBefore() { // do nothing } SysAfter() { ...
9 May 9, 2010
11:02 am

Demikhovsky, Elena
elena.demikh...
Send Email

Hello, a call to PIN_GetContextReg() in my pintool seems to provoke the following error: ...
4 May 9, 2010
10:44 am

Demikhovsky, Elena
elena.demikh...
Send Email

Hi, Could anyone tell me how PIN generates the IARG_THREAD_ID? Thanks Nipun...
2 May 9, 2010
10:12 am

Demikhovsky, Elena
elena.demikh...
Send Email

Hi, When running my Pin tool I get this error: E:Pin received asynchronous signal 27 which is blocked by the application. Pin cannot emulate this. Any idea...
4 May 6, 2010
1:49 pm

Lueck, Gregory M
lueckintel
Send Email

Hello, I made a change to my pintool and found a significant performance degradation. Oprofile tells me that after the change the pinbin binary (as opposed to...
3 May 5, 2010
1:26 pm

alongafnintel
Send Email

Hi, I was wondering if there is a way to determine where in memory pin itself resides when pin is running some binary? Thanks...
2 May 5, 2010
6:58 am

Demikhovsky, Elena
elena.demikh...
Send Email

Hi, I am newbie in using PIN. I wanted to pass few command line arguments to my pintool. Can somebody let me know about how to achieve that? Thank you, Arka...
2 May 5, 2010
12:29 am

Dan Upton
draqza.rm
Send Email

Hi, I have an analysis routine which spins in a tight loop, waiting for a response from a child process (using shared memory). If the child process...
5 Apr 30, 2010
10:48 pm

Lueck, Gregory M
lueckintel
Send Email

All, I'm trying to figure out how to debug a pintool that's attaching itself to a running process. Here's what I'm trying to do: Start my process in the...
6 Apr 28, 2010
4:15 pm

Lueck, Gregory M
lueckintel
Send Email

Hi, I've tried looking for it, but could not find it in the toolkit available with pin. Does anyone know of a pre-existing pin tool similar to memcheck in...
4 Apr 28, 2010
1:32 pm

qin zhao
zhaoqin339076
Send Email

Is it possible to disable the instrumentation of a routine? For example, I currently want to count the number of malloc calls in an application, but only...
2 Apr 27, 2010
7:08 pm

Derek Schuff
scoofy12
Send Email

I posted the slides for the cgo 2010 tutorial. Tevi added many more examples compared to previous tutorials. ...
1 Apr 27, 2010
7:01 pm

rscohn2000
Send Email

Hi, The documentation about TRACE tells: If a branch joins the middle of a trace, Pin constructs a new trace that begins with the branch tar ...
1 Apr 27, 2010
5:04 pm

Konstantin Serebryany
konstantin.s...
Send Email

Hi: I'm passing two pointers through INS_InsertCall(), but it seems that something happens and I'm not getting the correct values. I'm getting some bogus...
2 Apr 27, 2010
1:52 pm

Cownie, James H
jim.cownie
Send Email

Hi, I want to instrument C++ exceptions. For this, I use on Windows Pin_AddContextChangeFunction() with the context change reason...
2 Apr 26, 2010
12:50 pm

Lueck, Gregory M
lueckintel
Send Email

I am instrumenting an application with pin. And I am getting a lot of unaligned accesses. As far as I know compiler automatically alignes the accesses. Isn't...
3 Apr 22, 2010
9:15 am

Demikhovsky, Elena
elena.demikh...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help