summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c759cf0..0837dfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+14-09-02 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/fetch.c:
+ * src/analysis/disass/output.c:
+ Update code.
+
+ * src/analysis/routine.c:
+ * src/analysis/routine.h:
+ Replace all vmpa_t by the new vmpa2t types.
+
+ * src/arch/vmpa.c:
+ Change the default behavior when printing addresses.
+
+ * src/core/params.c:
+ * src/core/params.h:
+ Add a new configuration parameter for choosing between physical and virtual
+ addresses when naming a symbol which has no name.
+
+ * src/format/elf/symbols.c:
+ Load some ELF symbols from DYNSYM and SYMTAB sections.
+
+ * src/format/format.h:
+ Mark g_binary_format_add_routine() as deprecated.
+
+ * src/format/symbol.c:
+ * src/format/symbol.h:
+ Support routines as symbols and provide the location of each kind of symbols.
+
14-08-27 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/fetch.c: