summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-10-16 19:20:29 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-10-16 19:20:29 (GMT)
commit3a2dcf9f1e6718b0a45feed8eefadb71be66f4ac (patch)
tree1867d8f1b108d2e954697257c8af8c8301a2eb7f /ChangeLog
parent83dccba3a9b6c18d6fe7b6f30794a16336803962 (diff)
Extended the Python bindings in order to load and read contents.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@597 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5894ff..e2b786f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+15-10-16 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/analysis/binary.c:
+ * plugins/pychrysa/analysis/content.c:
+ * plugins/pychrysa/analysis/contents/file.c:
+ * plugins/pychrysa/arch/vmpa.c:
+ Extend the Python bindings in order to load and read contents.
+
15-10-15 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/area.c: