summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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: