|
Contents
Quick start
To start decompiling a program, click Open VB program in the File menu in the decompiler main window and specify the path to the file. You will be offered to start decompilation right away.

Click YES to start decompiling the program immediately or NO to do it later. If you choose "No", the file name will be added to the FileName string in main program window and to begin the decompilation process after that, you will just have to click the Decompile button. After the program has been explored completely, information will stop appearing in the status bar and you will see the following message:

Now you can start the analysis of results. Read more about built-in features helping you to analyze the code in the Program options section.
If it is necessary to generate a project to be analyzed in the Visual Basic 6.0 environment, open the File menu, click Save decompiled project and choose the folder you want to save the project, forms and modules to. Besides forms, frx files that store icons, graphic objects of forms and other binary data will be automatically generated.
|