Posted by Zook on January 15, 2000, 7:41 pm
, in reply to "A couple of SIMPLE questions"
32.101.121.157
After you disassemble the prog with w32dasm Go up to the menu bar
click on "disassembler" a drop dowm menu will then open and you should
click on "save diassembley text file and create project file." Then when ever
you quit W32dasm you can always open your file without disassembling
again. Once your file is loaded you can use the numerous tools to get a look
at your file "refs" and ''functions" "refs" will show you string, menu and dialog references. "functions" will show you imported and exported functions
the "search" option is usefull to search for strings in the prog such as'unregistered" "registered" etc. w32dasm has a built in tutorial and help function also. Hope this helps