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...
Show off your group to the world. Share a photo of your group with us.

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 2003 - 2032 of 4503   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2003
Hi, I did change the function using your suggestion and my pin-tool does not fail anymore. Instead it prints out a couple of instructions for which rtn is not...
slice4e
Offline Send Email
Oct 1, 2007
3:44 pm
2004
The INS_Rtn() API will return an invalid RTN if the instruction is not defined inside any function in the application. This can happen, for example, for...
Lueck, Gregory M
lueckintel
Offline Send Email
Oct 1, 2007
7:02 pm
2005
It is probably a virtual DSO http://www.trilithium.com/johan/2005/08/linux-gate/ Since there is no binary or shared library, pin cannot attribute it to a RTN. ...
Cohn, Robert S
rscohn2000
Offline Send Email
Oct 1, 2007
7:31 pm
2006
Can anybody help me figure out this? Thank you. Best, Li...
lzwict
Offline Send Email
Oct 1, 2007
7:35 pm
2007
If apache does a fork followed by an exec, the children processes will run native without pin. You can try pin -follow_execv -t inscount1 - apache This tells...
Cohn, Robert S
rscohn2000
Offline Send Email
Oct 1, 2007
7:43 pm
2008
Thank you very much guys. That helped a lot !!! Martin...
slice4e
Offline Send Email
Oct 2, 2007
1:39 am
2009
Looking through the previous posts and the current pin site, it is unclear whether Pin is still supported under Cygwin. I've seen a reference to a Cygwin/Kit,...
john_d_pape
Offline Send Email
Oct 2, 2007
7:10 pm
2010
Thanks for the reply. I use nmake on Windows and tried out the sample commands given by you. But I am encountering several errors when I do this. One of them...
Nikhil Wason
nikhil.wason
Offline Send Email
Oct 2, 2007
7:52 pm
2011
Hi, all, I am trying to identify the image where an instruction belongs to but I cannot find it sometimes in the beginning of the program under PIN. Further...
lzwict
Offline Send Email
Oct 2, 2007
8:24 pm
2012
The sample tool debugtrace is able to properly attribute the first instruction of the program to ld-linux.so. pin-2.2-14636-gcc.4.0.0-ia32-linux/DebugTrace>...
Cohn, Robert S
rscohn2000
Offline Send Email
Oct 2, 2007
8:46 pm
2013
Hi, Thank you for your reply. I have traced '/usr/sbin/sshd', and the head of debugtrace.out is not like the one for '/bin/ls'. Please check. Best, Li...
lzwict
Offline Send Email
Oct 2, 2007
8:58 pm
2014
It works on my system. Can you show me: 1. head of debugtrace.out for sshd and ls 2. uname -a 3. cat /etc/*release* ...
Cohn, Robert S
rscohn2000
Offline Send Email
Oct 2, 2007
9:11 pm
2015
If you use nmake, the "makefile(7):" message should not be displayed. This message means that you got to GNU makefile instead of Nmakefile provided by the pin...
alexs_2000_il
Offline Send Email
Oct 2, 2007
9:32 pm
2016
I am using PIN release 14297. [root@156-56-92-183 DebugTrace]# uname -a Linux *IP-Address* 2.6.9-55.EL #1 Fri Apr 20 16:35:59 EDT 2007 i686 i686 i386 GNU/Linux...
lzwict
Offline Send Email
Oct 2, 2007
9:36 pm
2017
Yup this worked. Thanks! But how do I remove the error that states "Unknown Target Architecture"? -- Nikhil...
Nikhil Wason
nikhil.wason
Offline Send Email
Oct 2, 2007
9:58 pm
2018
Hi, Any further check on this issue? Best, Li ... debugtrace ... to but ... PIN. ... that the...
lzwict
Offline Send Email
Oct 4, 2007
5:04 am
2019
The "TARGET=ia32" specification should solve the problem. Have you succeeded to build opcodemix? If yes, just put your tool into SimpleExamples directory and...
alexs_2000_il
Offline Send Email
Oct 4, 2007
10:40 am
2020
We classify pin kits by operating system/archtecture in which applications and tools are executed and compiler used to build pin&tool executables. As I...
alexs_2000_il
Offline Send Email
Oct 4, 2007
11:03 am
2021
Hi, I am using PIN 14297 under Linux to trace /usr/sbin/sshd. ../Bin/pin -follow_execv 1 -mt 1 -t inscount1 -- /usr/sbin/sshd After that, I am trying to...
lzwict
Offline Send Email
Oct 5, 2007
4:51 am
2022
Does it work WITHOUT Pin? The error message you show is very common when firewalls are in place, the sshd is not run properly (ownership or config settings...
Randy D. Smith
randydeansmith
Offline Send Email
Oct 5, 2007
12:29 pm
2023
Thank you for the reply. Yes, I have tested sshd before using PIN. /usr/sbin/sshd ssh test@localhost It works well without PIN. Best, Li ... config...
lzwict
Offline Send Email
Oct 5, 2007
12:36 pm
2024
It looks like sshd process is crashing Can you also try with no tool: Pin -follow_execv -- /usr/bin/sshd And no follow exec Pin -- /usr/bin/sshd There are some...
Cohn, Robert S
rscohn2000
Offline Send Email
Oct 5, 2007
6:26 pm
2025
(1) I have execute the following commands: ../Bin/Pin -follow_execv -- /usr/bin/sshd ssh test@localhost will cause some problem without success. [root@test...
lzwict
Offline Send Email
Oct 5, 2007
8:22 pm
2026
Hey thanks this is working now! But.. I have to use the Nmakefile to compile my pin tools. How can I compile my pin tools using the Build menu of Visual Studio...
Nikhil Wason
nikhil.wason
Offline Send Email
Oct 7, 2007
8:25 pm
2027
Hi, I am interested in the probe under PIN. I want to know whether there is some reading materials about the probe mode? Specifically, I have the following...
lzwict
Offline Send Email
Oct 9, 2007
2:21 am
2028
... probe ... fork ... Pin's probe mode is still under development. At this time, only replacing functions is supported in probe mode. The User's Guide ...
glyons01
Offline Send Email
Oct 9, 2007
1:54 pm
2029
MyPinTool directory contains a Visual Studio project MyPinTool.vcproj. You can use it as a template for creating your own pin tool. ... I compile ... please...
alexs_2000_il
Offline Send Email
Oct 9, 2007
4:38 pm
2030
What happened to the -noapp switch? Tipp...
tippmoseley
Offline Send Email
Oct 10, 2007
4:30 am
2031
It is gone. If all you want to do is analyze a binary, you no longer need it. See ManualExamples/statica.cpp pin-2.2-14636-gcc.4.0.0-ia32-linux/ManualExamples>...
Cohn, Robert S
rscohn2000
Offline Send Email
Oct 10, 2007
10:46 am
2032
Hi, all, I have tried the example proto3.cpp under Probes for both probe and jit modes. I have several questions within the outputs. I have put the following...
lzwict
Offline Send Email
Oct 10, 2007
7:03 pm
Messages 2003 - 2032 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