summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-01-31 00:55:26 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-01-31 00:55:26 (GMT)
commit21a05df6423bdc13ca148ff2b96aec80bf7af2b2 (patch)
tree87043734800103178ee49e771dcacab18b19cc74 /ChangeLog
parentd246c98c515cb44c5bc4c742a674bae2e824872b (diff)
Defined many entry points from many identified potential candidates.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@463 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog50
1 files changed, 50 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f5714e..b986ca4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,55 @@
15-01-31 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/disass/fetch.c:
+ Removed all fixed entry points.
+
+ * src/format/dex/dex.c:
+ Update code.
+
+ * src/format/elf/dynamic.c:
+ * src/format/elf/dynamic.h:
+ New entries: manage the DYNAMIC program header and its content.
+
+ * src/format/elf/elf.c:
+ Update code.
+
+ * src/format/elf/elf_def.h:
+ Define some extra tags for dynamic entries types.
+
+ * src/format/elf/elf-int.c:
+ * src/format/elf/elf-int.h:
+ Provide a function to load a dynamic entry.
+
+ * src/format/elf/Makefile.am:
+ Add the new 'dynamic.[ch]' files to libformatelf_la_SOURCES.
+
+ * src/format/elf/symbols.c:
+ Define many entry points from many identified potential candidates.
+
+ * src/format/executable.c:
+ * src/format/executable.h:
+ * src/format/executable-int.h:
+ * src/format/exe_format.c:
+ * src/format/exe_format.h:
+ Update code.
+
+ * src/format/format.c:
+ * src/format/format.h:
+ * src/format/format-int.h:
+ Store and provide many found entry points when asked.
+
+ * src/format/java/java.c:
+ * src/format/pe/pe.c:
+ Update code.
+
+ * src/format/symbol.h:
+ Define a new type for symbols: STP_ENTRY_POINT.
+
+ * src/plugins/overjump/overjump.c:
+ Update code.
+
+15-01-31 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/disass/area.c:
* src/analysis/disass/area.h:
* src/analysis/disass/fetch.c: