summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-11-29 16:24:20 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-11-29 16:24:20 (GMT)
commit7fd6e0b76f33de5934fad17efb75366904a3875b (patch)
tree51ddde83844efe7a653bb33bf93e73d6323c9f45 /ChangeLog
parent046c2cfac39e686dee65cdf54035dc5a975bc57f (diff)
Provided the list of needed shared objects for an Elf binary.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba00eee..30c1bcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+17-11-29 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/elf/dynamic.c:
+ * plugins/elf/dynamic.h:
+ Provide the list of needed shared objects for an Elf binary.
+
+ * plugins/elf/program.c:
+ * plugins/elf/program.h:
+ Find program headers by type.
+
+ * plugins/elf/python/Makefile.am:
+ Add the 'dynamic.[ch]' files to libelfpython_la_SOURCES.
+
+ * plugins/elf/python/dynamic.c:
+ * plugins/elf/python/dynamic.h:
+ New entries: provide the list of needed shared objects for an Elf binary.
+
+ * plugins/elf/python/format.c:
+ Update code.
+
+ * src/analysis/content-int.h:
+ * src/analysis/content.c:
+ * src/analysis/content.h:
+ Provide the last position in a binary content.
+
+ * src/analysis/contents/file.c:
+ * src/analysis/contents/restricted.c:
+ Update code.
+
17-11-27 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysa/arch/vmpa.c: