summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3892417..6259b01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+18-02-16 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/elf/dynamic.c:
+ * plugins/elf/dynamic.h:
+ Improve the dynamic segment handle using refactoring.
+
+ * plugins/elf/elf_def.h:
+ Insert some mssing ELF definitions.
+
+ * plugins/elf/python/Makefile.am:
+ Add the 'elf_def.[ch]' files to libelfpython_la_SOURCES.
+
+ * plugins/elf/python/constants.c:
+ * plugins/elf/python/dynamic.c:
+ * plugins/elf/python/dynamic.h:
+ Update code.
+
+ * plugins/elf/python/elf_def.c:
+ * plugins/elf/python/elf_def.h:
+ New entries: provide the size of some internal ELF structures to Python.
+
+ * plugins/elf/python/format.c:
+ Extend the ELF format support.
+
+ * plugins/elf/python/program.c:
+ * plugins/elf/python/section.c:
+ Typo.
+
+ * plugins/elf/symbols.c:
+ Update code.
+
18-02-15 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysalide/arch/vmpa.c: