nemerle / dcc

This is a heavily updated version of the old DOS executable decompiler DCC
GNU General Public License v2.0
146 stars 27 forks source link

Create dcc crash finder script (rb/py/sh?) #17

Open nemerle opened 8 years ago

nemerle commented 8 years ago

If dcc crashes on any function during decompilation it's hard to locate the offending function, and even harder to debug the whole state of decompiled executable.

Task: create a script that given a FILENAME will:

lab313ru commented 8 years ago

It will be better to add more output for VeryVerbose mode. For example, printing IP.

nemerle commented 8 years ago

Well, the list of functions has to be built beforehand and dumping the names of all functions from DccProject object can work. Te script will need to be written though