summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-12-31 13:42:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-12-31 13:42:25 (GMT)
commite0ab9498f78ee6b4fbbba25400d78436db682899 (patch)
treebd2780e6d9613d911a36706742b5b729b9ab6a12 /ChangeLog
parent8d4ec01c81c7f4ccad89ed53d2f34acabec4f595 (diff)
Provided access to Elf structures from Python.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd451b2..41fb56a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+17-12-31 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/elf/elf_def.h:
+ Typo.
+
+ * plugins/elf/python/Makefile.am:
+ Add the 'program.[ch]', 'section.[ch]' and 'translate.[ch]' files to
+ libelfpython_la_SOURCES.
+
+ * plugins/elf/python/format.c:
+ Provide access to Elf structures from Python. Update the Python bindings.
+
+ * plugins/elf/python/program.c:
+ * plugins/elf/python/program.h:
+ * plugins/elf/python/section.c:
+ * plugins/elf/python/section.h:
+ * plugins/elf/python/translate.c:
+ * plugins/elf/python/translate.h:
+ New entries: provide access to Elf structures from Python.
+
+ * plugins/pychrysa/Makefile.am:
+ Add the 'struct.[ch]' files to pychrysalide_la_SOURCES.
+
+ * plugins/pychrysa/pychrysa.c:
+ Update code.
+
+ * plugins/pychrysa/struct.c:
+ * plugins/pychrysa/struct.h:
+ New entries: create a generic object providing dynamic fields.
+
17-12-29 Cyrille Bagard <nocbos@gmail.com>
* plugins/ropgadgets/select.c: