Bochs is an amazing thing because it provides instrumentation in the lowest level of the Operating System. One of the advantages of the Boch is being able to instrument in kernel-mode, which is not available in other instrumenting tools like Intel’s pin tool. You can see how to interact with Bochs debugger here. It’s somehow […]
Instrumentation
Build a Simple Pin Tool
In this post, I prepare a post about how to build your first pin tool. Building a pin tool is somehow difficult. After compiling the first program, there where lots of new problems, so, believe me, it annoys you a lot but keep in mind if you discover a new problem in compiling, please comment […]
Pinitor – An API Monitor Based on Pin
Pinitor is an API Monitor based on instrumentation that can be used in researching binaries about which Windows Native API or Custom Exported dll function is called. You can use Pinitor from Intel’s Pin.