summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-09-10 15:59:44 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-09-10 15:59:44 (GMT)
commit49f75f22fe67ac356f05c7f81d3a78c48461655b (patch)
tree063b9c55fd5e0a498289fbdc902b14990976a41d /ChangeLog
parentfe884ef58959412972a5a84231d1ee06f34a80be (diff)
Updated the Python bindings used to load Elf and Dex files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e693c8d..a86d9e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+16-09-10 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/format/dex/dex.c:
+ * plugins/pychrysa/format/elf/elf.c:
+ Update the Python bindings used to load Elf and Dex files.
+
+ * tests/format/elf/non_existing_binary.py:
+ * tests/format/elf/oob_section_name.py:
+ Update the test suite.
+
16-09-05 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/db/collection-int.h: