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

libdisasm

phil-el opened this issue · comments

There is a missing break, after this line:

ia32_handle_register(&ea->index, REG_WORD_OFFSET + 7);

The bug is also in the original libdisasm since at least 15 year. It was probably not noticed because [bx+di] addressing mode was rarely used by compiler., none of the .exe test use it.

No patch provided as this repo seems inactive and anyway the patch is trivial but people who want to fork it need to care about that.