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