diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-08-07 21:50:38 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-08-07 21:50:38 (GMT) |
commit | a9328553fc558bca2e75f2c93b35acc5518d9568 (patch) | |
tree | ce15e5259df278d386683dac217ec2b4a86e7c94 /ChangeLog | |
parent | 5f55377ff6c014d513f13b76ec5faf56c31da478 (diff) |
Stored all errors detected when loading and disassembling a binary file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +17-08-07 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/arch/processor.c: + * plugins/pychrysa/format/format.c: + Update the Python bindings. + + * src/analysis/disass/output.c: + Update code. + + * src/arch/processor-int.h: + * src/arch/processor.c: + * src/arch/processor.h: + * src/format/format-int.h: + * src/format/format.c: + * src/format/format.h: + Store all errors detected when loading and disassembling a binary file. + + * src/format/preload.c: + Fix bugs when freeing the memory used by preloaded info. + + * tests/arch/errors.py: + * tests/format/errors.py: + New entries: extend the test suite. + 17-08-06 Cyrille Bagard <nocbos@gmail.com> * src/gui/panels/panel-int.h: |