diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-05-14 21:20:42 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-05-14 21:20:42 (GMT) |
commit | 83a9ca90e691614dd99d06b8391de216fc8ce727 (patch) | |
tree | a6e2f1f8189e4d808d2072fb202e9a1dc8c38043 /ChangeLog | |
parent | 25aaa3ac8bd429e93cd1b04f905151b4be25c207 (diff) |
Processed all the routines using the symbol list.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |