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

Dcc does not handle some forms of long detection #15

Open nemerle opened 8 years ago

nemerle commented 8 years ago
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