summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-11-25 23:26:53 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-11-25 23:26:53 (GMT)
commit545d0490f6fbb397da66410f534670c52bfcc5da (patch)
treeb6923de79a4b406e51b906b76a737d93ea74b73c /ChangeLog
parent355a7140932b77d351bc6ddd965608b0011af855 (diff)
Implemented restricted contents and created test cases.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@608 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog46
1 files changed, 46 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d67f749..e6b8c54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: