diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -1,3 +1,49 @@ +15-11-26 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/analysis/content.c: + Set description strings for errors as needed. + + * plugins/pychrysa/analysis/contents/Makefile.am: + Add the new 'restricted.[ch]' files to + libpychrysaanalysiscontents_la_SOURCES. + + * plugins/pychrysa/analysis/contents/module.c: + Update code. + + * plugins/pychrysa/analysis/contents/restricted.c: + * plugins/pychrysa/analysis/contents/restricted.h: + New entries: implement restricted contents for Python. + + * src/analysis/contents/Makefile.am: + Add the new 'restricted.[ch]' files to libanalysiscontents_la_SOURCES. + + * src/analysis/contents/restricted.c: + * src/analysis/contents/restricted.h: + New entries: implement restricted contents. + + * tests/analysis/contents/__init__.py: + * tests/analysis/contents/restricted.py: + * tests/analysis/__init__.py: + * tests/arch/__init__.py: + New entries: create test cases for a Python test suite. + + * tests/arch/vmpa.py: + Update code. + + * tests/chrysacase.py: + * tests/format/elf/__init__.py: + + * tests/format/elf/Makefile: + * tests/format/elf/non_existing_binary.py: + * tests/format/elf/oob_section_name.py: + Update code. + + * tests/format/__init__.py: + * tests/run.sh: + + * tests/test.py: + Deleted entry. + 15-11-12 Cyrille Bagard <nocbos@gmail.com> * plugins/ropgadgets/select.c: |