Sandsprite Papers

VB6 P-Code / Reversing

Reverse Engineering / Binary Analysis

Visual Basic 6
|
- Transparent COM instrumentation - Cisco Talos 2026
IDispatch Logger is a COM hooking tool that logs all calls made through the IDispatch interface.
Dispatch logger hooks the instantiation boundaries, then adds IPC logging by the recursively proxying of IDispatch for every object it encounters.
This includes support for enumerators, class factories, object returns, byref out params, and monikers.
This paper has been published on the Cisco Talos blog.
(pdf, code w/binaries)
|