plugins

helloWord is a plugin included in the book, which as the name implies prints “hello world” to the message box.

findMemcpy is a plugin included in the book. The plugin looks for inlined memcpy() functions in IA-32 code.

indirectCalls is a plugin included in the book. The plugin uses the debugger, setting breakpoints on indirectCalls and can record cross references and indentify VTables.