Tools Papers Open Source Blogs Contact Us 1630
Exe Exports  
VB6 Projects
File System
Binary
Misc.
VC
VB6 & C#
C & ASM
Multi-Language
Plugins
IDA/Olly/Misc

This code is built on the concepts developed in the VB-Olly plugin article and gives an experiment on how VB ActiveX dlls and VC exes can interact without having to do full on COM programming.

Basically you just initilize COM to load the runtime, call a method to transfer initial execution over to VB, and then you can interface the two using the VB API Declare function mechanism by declaring exports in your exe.

(Could also use series of function pointers but)

Download
© 2013 Sandsprite.com