Log in

View Full Version : VB decompiling


Nodens
November 26th, 2001, 10:10
I'm working on a vb4 project but when i disassemble it all i see is a call to ThunRTMain located in vb40032.dll.
I could disassemble vb dll but this would take a long time.
I wonder if there is a tool to facilitate disassembling or a vb decompiler around there.
I found dodi's vb decompiler but my version for vb4 doesn't seems to work :'(
Another question : Supposing i succed in cracking a vb4 target (using smartcheck or a decompiler) how can i patch it ?

ps : i tried WKTVBDE but seems only work for vb5&6 :'(

jomamameister
December 5th, 2001, 11:35
w32dasm 8.93 with the vb enhanced features will work for you, so you can see what is being called.
j