diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +17-03-26 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/arch/Makefile.am: + Add the 'immediate.[ch]' and 'operand.[ch]' files to + libpychrysaarch_la_SOURCES. + + * plugins/pychrysa/arch/archbase.c: + * plugins/pychrysa/arch/archbase.h: + Deleted entries. + + * plugins/pychrysa/arch/immediate.c: + * plugins/pychrysa/arch/immediate.h: + New entries: extend the Python bindings to immediate operands. + + * plugins/pychrysa/arch/module.c: + Update code. + + * plugins/pychrysa/arch/operand.c: + * plugins/pychrysa/arch/operand.h: + New entries: extend the Python bindings to architecture operands. + + * plugins/pychrysa/debug/gdbrsp/gdb.c: + Typo. + 17-03-24 Cyrille Bagard <nocbos@gmail.com> * src/analysis/routine.c: |