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 4469 - 4498 of 4498   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4469
... I forgot to say it doesn't generate an exception it just simply exits....
D.R.
cryptocracking
Online Now Send Email
Nov 2, 2009
7:05 pm
4470
Hi, I too had a question on the similar lines, that is it possible to commit the instructions to the binary image using PIN. Would it be possible to suggest...
Ramachandra CN
ramachandracn
Offline Send Email
Nov 2, 2009
7:56 pm
4471
Hey guys, I'm reposting my problem with segv that I get in Pin (which doesn't seem to be in my pintool or the application). I'm really stuck and don't know...
mona_attarian
Offline Send Email
Nov 2, 2009
8:20 pm
4472
While I agree that the OP's perception of what was going on was incorrect, shouldn't it be possible to statically count the number of basic blocks in a program...
Mike Sullivan
mbsullivanut
Offline Send Email
Nov 2, 2009
8:58 pm
4473
You could try using some extra analysis to divide up the BBLs closer to what they're supposed to be. A BBL in Pin just reads straight through the code, so it...
Dan Upton
draqza.rm
Offline Send Email
Nov 2, 2009
9:13 pm
4474
Sorry, I left on vacation shortly after my last post. I'm still away this week and next with only occasional web access, so maybe someone else can help you...
Lueck, Gregory M
lueckintel
Offline Send Email
Nov 3, 2009
1:19 am
4475
Mike, could you please talk a little bit more about it? I'm using pin to discover basic blocks in the Simpoint way. ... -- [] Alexandre Strube surak@......
Alexandre Strube
alexandre_ganso
Offline Send Email
Nov 3, 2009
8:09 am
4476
Hi There, I think Vish could be interested in this (from the fine manual) : http://www.pintool.org/docs/29972/Pin/html/index.html#StaticInstructionCounts ...
Alexandre Gouraud
alexandre_go...
Offline Send Email
Nov 3, 2009
1:26 pm
4477
If you're interested in the difference between Pin BBLs and "classic" BBLs, it's described in the manual (http://www.pintool.org/docs/29972/Pin/html/) in the...
Cownie, James H
jim.cownie
Offline Send Email
Nov 3, 2009
1:32 pm
4478
I think Vish could be interested in this (from the fine manual) : http://www.pintool.org/docs/29972/Pin/html/index.html#StaticInstructionCounts Although it...
Mike Sullivan
mbsullivanut
Offline Send Email
Nov 3, 2009
2:36 pm
4479
Hi, I checked the website for the newest version of Pin and version 29972 doesn't have a link for gcc 4. Does that mean that this version does not work for gcc...
mona_attarian
Offline Send Email
Nov 3, 2009
4:16 pm
4480
You can use gcc3.4 and later, including gcc4.x to compile your tool with the latest kit. From: pinheads@yahoogroups.com [mailto:pinheads@yahoogroups.com] On...
Cohn, Robert S
rscohn2000
Offline Send Email
Nov 3, 2009
4:26 pm
4481
Thanks a lot for the response. I upgraded to the newest kit and I'm still getting the segfault but in a different place. I ran it under gdb and made sure that...
mona_attarian
Offline Send Email
Nov 3, 2009
6:04 pm
4482
Hello, If I have this code: //assign zero to all members of array for (i=0; i<9;i++){ a[i] = 0; }//end of loop Is there any way to get the value of the index '...
Stojan Bacev
stojanbacev
Offline Send Email
Nov 3, 2009
7:13 pm
4483
when I run pin under gdb without -xyzzy -mesgon log_signal option the stack trace is: #0 0x05e1a19b in ?? () #1 0x00000001 in ?? () #2 0x00000073 in ?? () ...
mona_attarian
Offline Send Email
Nov 3, 2009
7:41 pm
4484
Hello PINheads, Recently, I ran into an issue with my Pin tool caused by using IARG_MEMORYREAD_SIZE, which yielded a size of zero (0) being passed to the...
Kenneth Hoste
kehoste
Offline Send Email
Nov 4, 2009
8:50 am
4485
Hi Can you please add some code to your analysis function in order to see exactly for which instruction the IARG_MEMORYREAD_SIZE is 0. You can do this by 1)...
tevi.devor
Offline Send Email
Nov 4, 2009
9:38 am
4486
Stojan, you are really asking about the compilation strategy, not about what Pin can do. I strongly suggest that you read a load of assembler output by a...
Cownie, James H
jim.cownie
Offline Send Email
Nov 4, 2009
1:01 pm
4487
Hi, i am new to pin tool and i am trying to use pinpoints in order to detect the different phases of an application. I am running an application from the...
Panayiotis Petridis
pa.sfin
Offline Send Email
Nov 4, 2009
1:32 pm
4488
hi all: I'm porting a program to the 64bit linux on AMD64 platform (32 cores). However, according to the README of PIN, I found that the PIN supports IA-32,...
s88.tw
Offline Send Email
Nov 4, 2009
5:02 pm
4489
Pin works on AMD64. It is probably a bug in the tool or pin. Read the manual about debugging. From: pinheads@yahoogroups.com [mailto:pinheads@yahoogroups.com]...
Cohn, Robert S
rscohn2000
Offline Send Email
Nov 4, 2009
5:08 pm
4490
thank you, Robert Ya...What a good news! Actually, I tried most of Pintools in source/tools on AMD64 and they work well!! Now I'm wondering, does PIN use any...
s88.tw
Offline Send Email
Nov 5, 2009
1:24 am
4491
... However, I don't think you can say that it is called from pinbin. The next address in the stack trace 0xb5bc2f00 is not contained by any range in...
Lueck, Gregory M
lueckintel
Offline Send Email
Nov 5, 2009
1:46 am
4492
No, Pin does not use any "special purpose IntelR64 technologies" that we are aware of. You will want to follow Robert's advice on debugging. From:...
Kim Hazelwood
hazelwood@...
Send Email
Nov 5, 2009
4:11 am
4493
Hello, everyone. I am using pin for memory tracing. And I want to know what value is in each register and the range of stack. I found there is a structure(?) ...
xingyanglu
Offline Send Email
Nov 6, 2009
1:03 am
4494
Hi: We plan to run a DynamoRIO Tutorial at MICRO on Dec 12, 2009. Registration information is at the MICRO site: http://www.microarch.org/micro42/ DynamoRIO...
qin zhao
zhaoqin339076
Offline Send Email
Nov 6, 2009
4:37 am
4495
Jim, I am compiling my code with no optimization with GCC on a Linux machine. Take this code as an example: int main() { int a[10]; int i; int b; for (i=0;...
Stojan Bacev
stojanbacev
Offline Send Email
Nov 6, 2009
5:44 am
4496
Also I found there is a structure called IARG_REG_REFERENCE whose type is PIN_REGISTER *, but I can not tell how to use it. Neither I can not find any...
Cownie, James H
jim.cownie
Offline Send Email
Nov 6, 2009
4:54 pm
4497
Hello, ... It turns out this problem didn't occur with the latest Pin kit (2.7), but occured with Pin 2.6. I didn't run the experiments myself, hence the ...
Kenneth Hoste
kehoste
Offline Send Email
Nov 8, 2009
2:51 pm
4498
So - it is pin2.6 you were using, that explains it. The modeling of rep has changed in pin2.7, it is now more correct, enabling to instrument each rep. Please...
tevi.devor
Offline Send Email
Nov 8, 2009
4:26 pm
Messages 4469 - 4498 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