summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 006f6ce..cf48cf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+15-11-04 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/analysis/contents/file.c:
+ * plugins/pychrysa/format/elf/elf.c:
+ Improve the Python support code.
+
+ * src/format/elf/section.c:
+ Better handle invalid strings for section names.
+
+ * tests/format/elf/Makefile:
+ * tests/format/elf/non_existing_binary.py:
+ * tests/format/elf/oob_section_name.asm:
+ * tests/format/elf/oob_section_name.py:
+ New entries: define some first test cases.
+
15-11-03 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: