|
Detaching an -appdebug tool and debugger
Hi, I have a pin tool very similar to the stack-debugger example. At some point, when I am broken into the debugger, I want to manually detach my pin tool and debugger entirely from the application. I
Hi, I have a pin tool very similar to the stack-debugger example. At some point, when I am broken into the debugger, I want to manually detach my pin tool and debugger entirely from the application. I
|
By
eduard.schreder@...
·
|
|
Unreliability of RTN_InsertCall + IPOINT_AFTER 4 messages
Hi, I'm trying to reliably hook both entry and return points of a bunch of functions (in JIT mode), and it seem hard/impossible with PIN. What I tried using is RTN_InsertCall + IPOINT_AFTER, but: How
Hi, I'm trying to reliably hook both entry and return points of a bunch of functions (in JIT mode), and it seem hard/impossible with PIN. What I tried using is RTN_InsertCall + IPOINT_AFTER, but: How
|
By
Michał Kowalczyk
·
|
|
DWARF5 support 5 messages
Hi, What's the proper way to read/use debug information in binaries built with DWARF 5 currently? Since PIN only supports up to DWARF 4 we can't use built-in PIN APIs for that. PIN user's guide contai
Hi, What's the proper way to read/use debug information in binaries built with DWARF 5 currently? Since PIN only supports up to DWARF 4 we can't use built-in PIN APIs for that. PIN user's guide contai
|
By
Rafał Wojdyła
·
|
|
Support for C++11 (and newer standards) in PIN STL headers 4 messages
Hi, Are there any plans to add C++11 support? (or better, C++20?) Features we're missing the most are: std::function (to make lambdas usable), .emplace_*(), .contains(), managed pointers, and multiple
Hi, Are there any plans to add C++11 support? (or better, C++20?) Features we're missing the most are: std::function (to make lambdas usable), .emplace_*(), .contains(), managed pointers, and multiple
|
By
Michał Kowalczyk
·
|
|
Pintool : problems when building with clang 2 messages
Hello, We are developing a pintool at Aneo consulting agency in France. We have encountered problems in Pin files when compiling my pintool with clang 13.0.1 x86_64 pc-linux-gnu. You find attached the
Hello, We are developing a pintool at Aneo consulting agency in France. We have encountered problems in Pin files when compiling my pintool with clang 13.0.1 x86_64 pc-linux-gnu. You find attached the
|
By
Malak ELFLITTY (ANEO)
·
|
|
Socket Connection Timeout Issue 2 messages
Hi, I am currently running mongod and apache program with PIN. My problem is that a timeout error occurs when mongod connects to apache and socket connection. I think the problem was caused by the pin
Hi, I am currently running mongod and apache program with PIN. My problem is that a timeout error occurs when mongod connects to apache and socket connection. I think the problem was caused by the pin
|
By
Jaeyong Cho
·
|
|
New Pin version (Pin 3.23-98579) has been released
Hello, We have released Pin 3.23-98579, available for download here: https://www.intel.com/content/www/us/en/developer/articles/tool/pin-a-binary-instrumentation-tool-downloads.html New in this versio
Hello, We have released Pin 3.23-98579, available for download here: https://www.intel.com/content/www/us/en/developer/articles/tool/pin-a-binary-instrumentation-tool-downloads.html New in this versio
|
By
Shachor, Omer
·
|
|
Adding SONAME to libpin3dwarf.so 3 messages
Hi, Would it be possible to add SONAME to intel64/lib-ext/libpin3dwarf.so? I'm using Meson[1] to build my PIN tool, which doesn't work well with dynamic libraries without SONAME [2]. I know that Meson
Hi, Would it be possible to add SONAME to intel64/lib-ext/libpin3dwarf.so? I'm using Meson[1] to build my PIN tool, which doesn't work well with dynamic libraries without SONAME [2]. I know that Meson
|
By
Michał Kowalczyk
·
|
|
Retrieving Function Names from Application 10 messages
Hello, I'm currently having issues with retrieval of function names from the instrumented application: the way to perform this task seems clear and easy to me, however I don't understand what I'm doin
Hello, I'm currently having issues with retrieval of function names from the instrumented application: the way to perform this task seems clear and easy to me, however I don't understand what I'm doin
|
By
stefano.gozzini.26@...
·
|
|
IPv6 support in PIN sockets 6 messages
I'm currently using a pin tool which requires networking capabilities. It is working correctly over IPv4, but when I attempt to create an IPv6 socket the call fails: srv_socket = socket(AF_INET, SOCK_
I'm currently using a pin tool which requires networking capabilities. It is working correctly over IPv4, but when I attempt to create an IPv6 socket the call fails: srv_socket = socket(AF_INET, SOCK_
|
By
Michael Mohr
·
|
|
Interprocess communication support 3 messages
Do new versions of PIN Support FIFOs (named PIPES), message queues, or anything blocking interprocess communication like that? I am trying to use it as we do with native libraries....but one or anothe
Do new versions of PIN Support FIFOs (named PIPES), message queues, or anything blocking interprocess communication like that? I am trying to use it as we do with native libraries....but one or anothe
|
By
AMIT PURI
·
|
|
Control Flow Change 12 messages
Hello, I'm having trouble with understanding how I can use PIN to change the control flow of the program. I carefully searched the documentation and as far as I've understood there are a couple of dif
Hello, I'm having trouble with understanding how I can use PIN to change the control flow of the program. I carefully searched the documentation and as far as I've understood there are a couple of dif
|
By
stefano.gozzini.26@...
·
|
|
pthread in shared library 2 messages
Hi, I want to use a shared library with pintool. I had successfully built the library with the PINCRT, but the issue is this library have pthread function calls. When I run compile this shared library
Hi, I want to use a shared library with pintool. I had successfully built the library with the PINCRT, but the issue is this library have pthread function calls. When I run compile this shared library
|
By
AMIT PURI
·
|
|
ioctl requirement for performance counters access 2 messages
Hello, My Pin Tool needs to periodically read some performance counters. I would like to use Linux perf interface to do so. Based on perf_event_open documentation which includes a sample c code, I'm a
Hello, My Pin Tool needs to periodically read some performance counters. I would like to use Linux perf interface to do so. Based on perf_event_open documentation which includes a sample c code, I'm a
|
By
Pierre
·
|
|
PIN Debugger not working 13 messages
Hello, I recently downloaded the last release of PIN, which has the advanced debugging plugin with support for VS 2022 and I cannot make it work. I am trying to follow the steps described in the manua
Hello, I recently downloaded the last release of PIN, which has the advanced debugging plugin with support for VS 2022 and I cannot make it work. I am trying to follow the steps described in the manua
|
By
stefano.gozzini.26@...
·
|
|
PIN causes out of memory in traced app due to mremap 3 messages
Hi, I encountered an issue when using PIN (newest version 3.22) to trace an application with substantial use of mremap syscalls. Even when using the provided example pintool such as inscount0.so, the
Hi, I encountered an issue when using PIN (newest version 3.22) to trace an application with substantial use of mremap syscalls. Even when using the provided example pintool such as inscount0.so, the
|
By
Mingyu Gao
·
|
|
Cannot install pinadx 4 messages
Hello, I am trying to setup pinadx for advance debugging, but I have some problems. The documentation says to run the .bat file in the root of the PIN kit as administrator, but when doing so I get the
Hello, I am trying to setup pinadx for advance debugging, but I have some problems. The documentation says to run the .bat file in the root of the PIN kit as administrator, but when doing so I get the
|
By
stefano.gozzini.26@...
·
|
|
New Chat: PIN is out of memory
#chat-notice
A new chat has been created: New I dont know how to fix this, anyone help me :(( By: dmcoca2212@... View/Join This Chat Do not reply to this message to post to the chat. You can participate in chats o
A new chat has been created: New I dont know how to fix this, anyone help me :(( By: dmcoca2212@... View/Join This Chat Do not reply to this message to post to the chat. You can participate in chats o
|
By
pinheads@groups.io Notification
·
|
|
Intercepting Application Exceptions 4 messages
Hello, I am currently stuck on a feature that I don't understand if PIN provides or not. I searched the documentation dut I didn't find anything about it: is it possible to allow PIN to intercept an e
Hello, I am currently stuck on a feature that I don't understand if PIN provides or not. I searched the documentation dut I didn't find anything about it: is it possible to allow PIN to intercept an e
|
By
stefano.gozzini.26@...
·
|
|
New Pin version (Pin 3.22-98547) has been released
Hello, We have released Pin 3.22-98547, available for download here: https://www.intel.com/content/www/us/en/developer/articles/tool/pin-a-binary-instrumentation-tool-downloads.html New in this versio
Hello, We have released Pin 3.22-98547, available for download here: https://www.intel.com/content/www/us/en/developer/articles/tool/pin-a-binary-instrumentation-tool-downloads.html New in this versio
|
By
Shachor, Omer
·
|