diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-05-11 19:09:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-05-11 19:09:07 (GMT) |
commit | 8ee7fc5db965adaa835ca87bb3d2e2d43e52fbbb (patch) | |
tree | c4b89d08fe59b5970626fc22a868ff1a0f09af16 /ChangeLog | |
parent | 81aec19816e053d37cea882544ca35d2203a3c5b (diff) |
Handled preloaded instructions located in two cut areas (ELF overlapping).
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). |