summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b12204..f0cb810 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
17-05-14 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/disass/disassembler.c:
+ * src/analysis/disass/limit.c:
+ * src/analysis/disass/limit.h:
+ * src/analysis/disass/routines.c:
+ * src/analysis/disass/routines.h:
+ Process all the routines using the symbol list.
+
+ * src/format/symbol.c:
+ Use g_binary_symbol_get_routine() to check to type of a symbol.
+
+17-05-14 Cyrille Bagard <nocbos@gmail.com>
+
* src/gtkext/gtkgraphdisplay.c:
Display a symbol instead of a routine in the graph view.