Thread: VB3 decompiling
View Single Post
  #14  
Old 02-02-2005, 05:23
wasq
 
Posts: n/a
@joejoejoe

Reverse Engineering of VB6 programm is much easy, because the most of VB6 programm are compiled in to normal processor instructions, that can be disassembled.
But VB3 or VB4 compiles programm in to internal Pcode, that can't be disassembled and we need some decompiler for such prog. This versions of VB are very old, and present decompilers works very strange. (even when decompiling itself)
Reply With Quote