summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bc80cb..818be7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
17-05-11 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/disass/area.c:
+ Handle preloaded instructions located in two cut areas (ELF overlapping).
+
+ * tests/format/elf/Makefile:
+ Add overlapping_areas to EXECUTABLES and define rules to build the binary.
+
+ * tests/format/elf/overlapping_areas.asm:
+ * tests/format/elf/overlapping_areas.py:
+ New entries: extend the test suite.
+
+17-05-11 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/readelf/strtab.c:
Handle out of bound string section length (as suggested by the test suite).