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

Separate parsing and low level rewriting stages #19

Open nemerle opened 8 years ago

nemerle commented 8 years ago

Currently FollowCtrl will also rewrite some instructions ( DIV and XCHG ).

This should be separated into different 'Commands' that are ran sequentially.