diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 09-06-30 Cyrille Bagard <nocbos@gmail.com> + * src/arch/x86/instruction.c: + * src/arch/x86/instruction.h: + * src/arch/x86/Makefile.am: + * src/arch/x86/opcodes.h: + * src/arch/x86/op_jump.c: + * src/arch/x86/op_movsx.c: + * src/arch/x86/op_movzx.c: + * src/arch/x86/op_mul.c: + * src/arch/x86/processor.c: + Add a few extra opcodes: imul, jle, movsx and movzx. Most of them are + two bytes opcodes. + +09-06-30 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/binary.c: Disable the "control flow" link for conditional jumps. |