Skip to content

2.3

Compare
Choose a tag to compare
@hasherezade hasherezade released this 20 Mar 00:19
· 250 commits to master since this release

πŸ“– README.md

FEATURE

  • Added a possibility to map syscalls to functions, using supplied table. Automatic syscalls to function name resolution on Windows. (More info: Wiki )
  • When syscalls table is loaded, parameters of the syscalls can be traced also by the corresponding function's name.
  • Print function's name before listing the parameters (a workaround against some concurrency issues, causing the function's parameters to be printed not immediately after the logged call)
  • Enabled syscalls logging by default

Requires Intel Pin 3.26 or above.
I am sorry but Intel does not allow for distribution of compiled Pin Tools. So, you need to compile them from the sources.
Follow the instructions to build and install.