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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1139 - 1168 of 4498   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1139
Hi Yu, Currently, we do not allow the tool to create its own threads. Sorry. Note that Pin *does* allow the application to be multi-threaded. It's also...
Lueck, Gregory M
gregorylueck
Offline Send Email
Nov 1, 2006
7:15 pm
1140
... -ifeellucky switch? $ pin -ifeellucky -t inscount0 -- /bin/cp ________________________________ From: pinheads@yahoogroups.com...
Lueck, Gregory M
gregorylueck
Offline Send Email
Nov 1, 2006
7:19 pm
1141
... in ... gcc ... Pin kit 4229 is compiled with gcc 3.4.4. , so the same version should be used to build tools. The full name of the pin kit...
alexs_2000_il
Offline Send Email
Nov 1, 2006
9:04 pm
1142
Hi, I tried to make the tools in the Pthread directory like below. Then error occurs. pin-2.0-7259-gcc.4.0.0-ia32-linux/Pthread$ make g++ -c -Wall...
gongyu_wang
Offline Send Email
Nov 2, 2006
4:45 am
1143
EINVAL is a standard error code used by the pthread interface and can be found in <errno.h>...
Heidi Pan
wahbahdoo
Offline Send Email
Nov 2, 2006
3:17 pm
1144
Thanks. I didn't find any EINVAL pattern in the errno.h in /usr/include. I am using Ubuntu Linux 6.06 LTS. But how could I fix the problem? Besides,Is there a...
Gongyu Wang
gongyu_wang
Offline Send Email
Nov 2, 2006
9:33 pm
1145
look in /usr/include/asm/errno.h the pthread directory is described briefly here http://cag.csail.mit.edu/scale/papers/pin-wbia.pdf basically mypthreadtool is...
Heidi Pan
wahbahdoo
Offline Send Email
Nov 2, 2006
11:20 pm
1146
look in /usr/include/asm/errno.h the pthread directory is described briefly here http://cag.csail.mit.edu/scale/papers/pin-wbia.pdf basically mypthreadtool is...
Heidi Pan
wahbahdoo
Offline Send Email
Nov 2, 2006
11:24 pm
1147
Thank you very much!...
gongyu_wang
Offline Send Email
Nov 3, 2006
12:08 am
1148
You can find a forward branch by comparing the instruction address and target address: http://rogue.colorado.edu/Pin/docs/7529/group__INS__BASIC__API__GEN__IA3...
geekay
karthik4u_ga...
Offline Send Email
Nov 4, 2006
4:11 am
1149
Hello PINheads, Is it possible to analyze 32-bit applications running on an AMD Opteron using PIN? I have tried this using the 32-bit version of PIN, but I got...
Kenneth Hoste
b0egel
Offline Send Email
Nov 4, 2006
5:47 pm
1150
Hi! Can anyone of you point me to the specific API's that can help me jumpstart on calculating RAW, WAR & WAW dependencies? Thanks for any inputs! Nidhi...
ny_0024
Offline Send Email
Nov 4, 2006
5:49 pm
1151
hello all, i have an silly question about applying pin with a program. when i execute this in Manualexamples directory it works fine but when i link it with...
kiran kumar
kirandotkumar
Offline Send Email
Nov 6, 2006
12:38 am
1152
Kiran, Pin is a binary instrumentation tool. This means that Pin inserts instrumentation to a complied executable of an application as opposed to the source...
Rahul Saxena
rahulsaxon
Offline Send Email
Nov 6, 2006
4:55 am
1153
... Does this mean that I can not analyze 32-bit apps on a AMD Opteron? That would be a real shame, because I need analyze a lot of benchmarks using PIN, and...
Kenneth Hoste
kehoste
Offline Send Email
Nov 7, 2006
9:35 am
1154
Hello PINheads, I've been trying to analyze a 32-bit application on an AMD Opteron using the 2772 PIN kit (which is 32-bit). The reason I'm using this old kit...
Kenneth Hoste
b0egel
Offline Send Email
Nov 8, 2006
8:14 am
1155
I have restored the ability for users to statically link the pin vm so you can try a newer kit. It might be an issue with the very old 2772 kit and the...
Cohn, Robert S
rscohn2000
Offline Send Email
Nov 8, 2006
12:48 pm
1156
... I'm using this one: pin-2.0-2772-gcc.3.4.2-ia32-linux.tar.gz Do all of the newer PIN kits support the statically linked version of PIN again? And should it...
Kenneth Hoste
b0egel
Offline Send Email
Nov 8, 2006
1:45 pm
1157
I'm writing a pin tool to analyze user applications' memory trace (virtual addresses). The pin tool has to malloc a big chunk of space. My concern is the newly...
fg.song
Offline Send Email
Nov 8, 2006
4:42 pm
1158
Memory malloc'd by the Pin tool (or Pin itself) comes from a separate heap that is different from the heap used by the application. However, it's still...
Lueck, Gregory M
gregorylueck
Offline Send Email
Nov 9, 2006
6:49 pm
1159
Thanks for your detailed explanation. That's exactly what I wanted to know. I do appreciate your help! -fg ... separate ... However, ... application. ... calls...
fg.song
Offline Send Email
Nov 10, 2006
4:24 am
1160
Hi, For reason which have become clear in other threads (I need to run PIN other machines than the one I'm compiling on), I've used the 2772 kit for a while,...
Kenneth Hoste
kehoste
Offline Send Email
Nov 13, 2006
8:56 am
1161
Old categories: See http://groups.yahoo.com/group/pinheads/message/808 New categories: CATEGORY: X87_ALU FADD FMUL FCOM FCOMP FSUB FSUBR FDIV FDIVR FLD FST ...
mark_charney
Offline
Nov 13, 2006
12:44 pm
1162
Kit: pin-2.0-7259-gcc.4.0.0-ia32-linux Tool is basically PIN_AddSignalInterceptFunction(SIGSEGV, SignalCallBack, 0); and BOOL SignalCallBack(INT32 threadIndex,...
Jim Clause
clause33
Offline Send Email
Nov 13, 2006
6:47 pm
1163
Does the application have its own SIGSEGV handler? If not, I would expect the behavior you are seeing. Here's why ... the application executes a faulting...
Lueck, Gregory M
gregorylueck
Offline Send Email
Nov 13, 2006
7:40 pm
1164
Is there a way to check if an instruction matches a particular opcode? Is there an enum or #define in a header somewhere? If not is the UINT32 for the opcode...
Jim Clause
clause33
Offline Send Email
Nov 15, 2006
5:18 pm
1165
There are typically several different opcodes for encoding any individual instruction. You can get the xed_iclass_t by casting the output of INS_Opcode(ins): ...
mark_charney
Offline
Nov 15, 2006
5:58 pm
1166
... Hi Jim, The way I do it, is this: char opcode[10]; strcpy(opcode,INS_Mnemonic(ins).c_str()); if(strcmp(opcode,"XOR") == 0) // do something else // do...
Kenneth Hoste
b0egel
Offline Send Email
Nov 15, 2006
6:20 pm
1167
I found there's a CFG class sample from tutorial, http://rogue.colorado.edu/pin/docs/7674/Doc/Pin/html/group__ROGUE__CFG__BASIC__API.html Just wondering...
paulur06
Offline
Nov 18, 2006
6:27 pm
1168
Hi, As I shall believe, the IARG_MEMORYREAD_EA or IARG_MEMORYWRITE_EA are virtual memory addresses, aren't they? Is there a way with Pin in that I could derive...
gongyu_wang
Offline Send Email
Nov 19, 2006
5:26 am
Messages 1139 - 1168 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