Sandsprite Papers

Artificial Intelligence

VB6 P-Code / Reversing

Reverse Engineering / Binary Analysis

Visual Basic 6
|
-
Local agentic reverse engineering through vbdec’s live COM object model - Cisco Talos 2026
VBDec has a feature called "Enable Remote Scripting"
As I have been playing with AI more, I realized this feature can be used to enable AI automation with a local agent such as Claude Code.
The technique is working well. The AI was able to do code searches, build databases, build call graphs, decompile pcode functions, and automate testing.
The technique is also generalizable. A remotely scriptable interface is the natural fit for AI automation, and COM via the ROT is a clean access point.
(local pdf)
|