diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-11-04 22:02:31 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-11-04 22:02:31 (GMT) |
commit | 4bafbf79e8143941d744c9c47e6fc9216fcec47a (patch) | |
tree | e0dc679daaa255d289c84ab0630e42256ab7a58c /ChangeLog | |
parent | 72da49fdf05285169a9465b34f7869dafc4715ec (diff) |
Fixed some bugs and defined some first test cases.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@604 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: |