CTRL-Z DLL Hooking, (Wed, Sep 17th)

This post was originally published on this site

When you’re debugging a malware sample, you probably run it into a debugger and define some breakpoints. The idea is to take over the program control before it will perform “interesting” actions. Usually, we set breakpoints on memory management API call (like VirtualAlloc()) or process activities (like CreateProcess(), CreateRemoteThread(), …).

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.