summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-08-07 21:50:38 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-08-07 21:50:38 (GMT)
commita9328553fc558bca2e75f2c93b35acc5518d9568 (patch)
treece15e5259df278d386683dac217ec2b4a86e7c94 /ChangeLog
parent5f55377ff6c014d513f13b76ec5faf56c31da478 (diff)
Stored all errors detected when loading and disassembling a binary file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f33c247..4981236 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: