![]() |
|
|
|
#1
|
|||
|
|||
|
Thanks. But i don't have access for Attacment download yet. :-(
I Decompile Dodi's Discompiler, correct some decompiling error. And in current state the sources can be recompiled and recompiled version can do correct decompilation, but it lost all global integer constant in main.txt file. And i can't understand why this happens and how to repair this effect. I suspect, that dodi's decompiler losts some potions of code in case statement. I will try to recover this bug in future, but i am not a great specialist in VB. If anybody is interested in this version of sources, i can post it here |
|
#2
|
|||
|
|||
|
Aren't there programs that will strip a EXE to ASM... then you can analyze the ASM if you can read it... just do a lil' google search.
*ttp://www.vbcodesource.com/downloads/Vb6decompiler.zip [EDIT JMI: Rather than being "sorry for the double post", why don't you use the tools available and hit the "EDIT" Button and "Edit" your posts to add forgotten information, or something you discover a few minutes later? Otherwise it looks like spamming and you know where that leads. And the REQUEST you posted in this Forum has been DELETED, how about you pay attention to THAT Rule as well.] |
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
|||
|
|||
|
A what try VBPARSER?Isn't though in English - but here never mind
hxxp://www.pediy.com/tools/Decompilers/VB_pcode/VBParser/VBParser1.2.zip |
|
#5
|
|||
|
|||
|
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) Last edited by wasq; 02-03-2005 at 16:56. Reason: Problem with file attaching |
|
#6
|
|||
|
|||
|
Thanks a lot! By the way, have you tried compiling the sources with VB6?
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Decompiling the mov compiler | chants | General Discussion | 3 | 12-08-2016 21:16 |
| decompiling back to C++? | Rhodium | General Discussion | 44 | 10-11-2004 08:30 |