I have written a Pintool and using it in JIT mode. I read from Pin tutorial that Pintool can be used in non JIT mode too but I cant understand how to do that. I need an example. Thanks.
Asked
Active
Viewed 486 times
1 Answers
0
There are plenty of examples in the Probes directory in the kit. Also look at replacesigprobed.cpp in the manual.
In general, a probe mode tool will use PIN_StartProgramProbed() and use only the APIs that are supported in probe mode.

nitzanms
- 1,786
- 12
- 35