Python_Pin icon indicating copy to clipboard operation
Python_Pin copied to clipboard

Results 6 Python_Pin issues
Sort by recently updated
recently updated
newest added

I try convert the simplest pintools: inscount0.cpp to python. But It has a segment error: C: Tool (or Pin) caused signal 11 at PC 0x7f946f1dd8b9 I don't know what's wrong...

Hi, Can I request to have BBL_InsertCall() instrumentation feature? I find it very useful as it reduces instrumentation points. thanks -sanjay

Hi, I just started using Python_Pin on Ubuntu 14.04 (gcc version 4.8.4) with latest Pin 2.14 release. While playing with given examples, I used img_load.py with evince and I got...

This currently uses hardcoded paths, can you update to build/link using the output of python2.7-config --cflags and python2.7-config --ldflags.

# # REMARK on Windows # I compiled the project Python_Pin on Windows under MS Visual Studio 2005 but I found errors at compile time. Files pin.h and python.h should...

student@ubuntu:~/Desktop/pin_dir/source/tools/Python_Pin$ sudo bash ../../../pin.sh -t obj-intel64/Python_Pin.so -m examples/uaf_finder.py -- /bin/cat ../../../../input.txt E:INS.cpp:131: Cannot use IARG_MEMORYWRITE_EA for ins without memory write ( 20 0x00007f37d87cba8f mov rax, qword ptr [rip+0x21e3da]) It seems...