diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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). |