summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b358006..5f5714e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+15-01-31 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/area.c:
+ * src/analysis/disass/area.h:
+ * src/analysis/disass/fetch.c:
+ Introduce new extra symbols into disassembled code areas.
+
+ * src/arch/arm/v7/link.c:
+ Bind a symbol for each loaded value for 'ldr' instructions.
+
+ * src/arch/context.c:
+ * src/arch/context.h:
+ * src/arch/context-int.h:
+ Memorize extra symbols created during the disassembling process.
+
+ * src/arch/raw.c:
+ * src/arch/raw.h:
+ Provide a way to create raw instructions from given values.
+
+ * src/arch/vmpa.c:
+ * src/arch/vmpa.h:
+ Fix a bug when computing the difference between addresses. Compute
+ the end of a memory range.
+
+ * src/format/format.c:
+ * src/format/format.h:
+ Provide a way to look for a symbol located at a given address.
+
+ * src/format/symbol.c:
+ * src/format/symbol.h:
+ Update the location of a symbol when incomplete.
+
15-01-26 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: