summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-01-15 14:47:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-01-15 14:47:04 (GMT)
commitaf2ac16182b6243f17e06ec75e441014159abe5e (patch)
treef0e82673bf5e63e3b06244c2139d8f10dca0203f /ChangeLog
parent56e060d11c238ac7c7b3ecf0eb0527bbaebd5b4b (diff)
Improved symbol resolving using fully defined locations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3339d96..6244d1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,31 @@
17-01-15 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/pychrysa/format/format.c:
+ * src/analysis/disass/area.c:
+ Fix memory leaks.
+
+ * src/analysis/disass/links.c:
+ * src/arch/arm/v7/post.c:
+ * src/arch/dalvik/link.c:
+ * src/arch/link.c:
+ * src/arch/post.c:
+ Force fully defined locations when dealing with target operands.
+
+ * src/arch/target.c:
+ * src/arch/target.h:
+ Update code.
+
+ * src/format/elf/symbols.c:
+ Fix memory leaks.
+
+ * src/format/format.c:
+ Improve symbol resolving using fully defined locations.
+
+ * src/gui/menus/edition.c:
+ Force fully defined locations when dealing with target operands.
+
+17-01-15 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/disass/area.c:
* src/format/format.c:
Ensure that symbols always take priority over the disassembled code.