summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c34438..4f92fe8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+17-03-29 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/readelf/section.c:
+ Delete a hardcoded virtual address and use usual translation instead.
+
+ * src/analysis/db/items/comment.c:
+ * src/analysis/db/items/move.c:
+ * src/analysis/db/items/switcher.c:
+ Update code in order to not choose which part of locations to print here.
+
+ * src/analysis/disass/area.c:
+ Handle areas which are not allocated in memory.
+
+ * src/arch/post.c:
+ Update code in order to not choose which part of locations to print here.
+
+ * src/arch/processor.c:
+ Update an assertion about virtual addresses.
+
+ * src/arch/target.c:
+ Update code in order to not choose which part of locations to print here.
+
+ * src/arch/vmpa.c:
+ * src/arch/vmpa.h:
+ Reset virtual addresses and output locations into strings when requested.
+
+ * src/format/elf/elf.c:
+ Load ELF section which are not event allocated in memory.
+
+ * src/format/executable-int.c:
+ Update code.
+
+ * src/format/executable.c:
+ Mark the first part of binaries as not allocated.
+
+ * src/glibext/gbufferline.c:
+ Update code.
+
17-03-26 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/routine.c: