diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-03-26 10:53:53 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-03-26 10:53:53 (GMT) |
commit | 4319c0ae542b60f225d0f6ce373fe8d2e5f1475d (patch) | |
tree | 2fb50b16c5a3d0120ffba1ab6270dcd603797e94 /ChangeLog | |
parent | a2f149e5d151dcd937351f6e54229e508123c3ad (diff) |
Extended the Python bindings to immediate operands.
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: |