nemerle / dcc

This is a heavily updated version of the old DOS executable decompiler DCC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate parsing and low level rewriting stages

nemerle opened this issue · comments

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

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