Skip to content

1.9

Compare
Choose a tag to compare
@hasherezade hasherezade released this 08 Oct 00:19
· 369 commits to master since this release

πŸ“– README.md

FEATURE

  • Allow to hook NtDelayExecution (Sleep, SleepEx), and replace the slept time with your own value. Can be enabled by the TinyTracer.ini file. Read more here.
HOOK_SLEEP=True // enable Sleep hooking
SLEEP_TIME=10 // the new sleep value (in milliseconds)

Requires Intel Pin 3.19 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.