Thread: VB3 decompiling
View Single Post
  #9  
Old 02-03-2005, 05:41
wasq
 
Posts: n/a
I am stupid! VBDIS does 3 or more passes when decompiling programm. Temporary data between passes writes to the files exe_name.module_nummer. after each pass this file was modified. But in first pass this file was not deleted and when we do decompilation in not empty directory (where these files already exists) then decompiler uses this file and not regenerate its. In this case it lost some constants and have several other problems.

I do really compileable sources. they can be compiled with VB3 and they can decompile VB programs with the same results that original dodis file. Additionally I remove the 'inheritance effect' when decompiling in not empty directory

see an attached file

PS. I have some problems with attaching the file via slow modem connection. now it will be OK (i hope)
Attached Files
File Type: rar vbdisw1.rar (145.9 KB, 31 views)

Last edited by wasq; 02-03-2005 at 16:56. Reason: Problem with file attaching
Reply With Quote