summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd2fa23..b020300 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
15-03-11 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/disass/output.c:
+ Avoid to get stuck because a symbol can not be found and inserted.
+
+ * src/arch/arm/v7/post.c:
+ Add more debug code.
+
+ * src/format/elf/program.c:
+ * src/format/elf/program.h:
+ Build a full location from a physical offset.
+
+ * src/format/elf/symbols.c:
+ Load the ELF header at a proper virtual address.
+
+ * src/format/symbol.c:
+ * src/plugins/plugin.c:
+ Remove debug code.
+
+15-03-11 Cyrille Bagard <nocbos@gmail.com>
+
* src/plugins/plugin.c:
Fix an overflow when logging messages for plugins.