plasma-disassembler / plasma

Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
GNU General Public License v3.0
3.05k stars 275 forks source link

Added/improved TEST, OR, REPNE SCASB instruction decoding #21

Closed dnet closed 9 years ago

dnet commented 9 years ago

Take a look at the diffs, especially the ones w.r.t test cases, since those describe these changes the best.

ghost commented 9 years ago

Cool ! Maybe we should see for a better output of the test instruction. A zero is added at the end, and for example if we have a X86_INS_JP there will be two zeros. I've merged anyway, thanks.