|
Hi!
Dodi's tools includes also tool for vbx dexcriptor creation - you must have this vbx file.
The process is as follows: Open in VB3 IDE Form1.frm in DODI's folder and place on this form needed controls. Then run. Descriptor (.300) will be created and can be used for decompilation.
In DODI's folder is also doc file about this.
I did this for some prg and this works very well.
Be careful - DODI's created sources must be very thorough checked against bad typedefs and typecasting (decompilator uses assumption, that all variables can be variant ...) before recompilation.
|