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