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

Dcc does not handle some forms of long detection

nemerle opened this issue · comments

sub     dx, word ptr [bp+4]
sbb     ax, 0

Should be decoded as a unsigned cast of [bp+4] to a long variable. It isn't