diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +12-07-01 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + * src/analysis/disass/disassembler.c: + * src/analysis/disass/disassembler.h: + Provide disassembled instructions when done with disassembling. + + * src/format/dex/method.c: + Set the method size. + + * src/glibext/gcodebuffer.c: + Draw the restricted part of the buffer correctly. + + * src/graph/node.c: + Typo. + + * src/gtkext/gtkgraphview.c: + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel-int.h: + Build the graph view when defining a target address. + 12-06-30 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gcodebuffer.c: |