diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +09-05-25 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + Restore the entry point mark. + + * src/arch/immediate.c: + Print extra information about the values when possible. + + * src/arch/x86/instruction.h: + Support nine extra opcodes. + + * src/arch/x86/Makefile.am: + Add op_scas.c to libarchx86_la_SOURCES. + + * src/arch/x86/opcodes.h: + * src/arch/x86/operand.c: + * src/arch/x86/operand.h: + * src/arch/x86/op_mov.c: + * src/arch/x86/processor.c: + Support nine extra opcodes. + 09-05-19 Cyrille Bagard <nocbos@gmail.com> * src/arch/immediate.c: |