summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-10-11 20:50:03 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-10-11 20:50:03 (GMT)
commitffc49de3b424d3daf08b5fdeefd4a3ede6defd02 (patch)
treecf1a96860e922715bcab55126f8095b7f562d2a1 /ChangeLog
parenta5e162d47a574f334b172dfee3128a40e8d52fb3 (diff)
Improved the disassembling process using memory ranges.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@411 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6af7fa3..a75ba6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+14-10-11 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/fetch.c:
+ Improve the disassembling process using memory ranges.
+
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ Provide a way to merge two lists of instructions.
+
+ * src/format/elf/symbols.c:
+ Remove the arbitrary length of ELF symbols.
+
+ * src/format/executable.c:
+ * src/format/executable.h:
+ Compute ranges of executable binary areas.
+
+ * src/glibext/gbinportion.c:
+ * src/glibext/gbinportion.h:
+ Combine a memory range with each binary portion. Add a design pattern to
+ visit portions.
+
14-10-08 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: