diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +15-04-04 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/block.c: + * src/analysis/block.h: + * src/analysis/block-int.h: + Fix the prototypes of functions looking for a block of a given address. + + * src/analysis/blocks/flow.c: + * src/analysis/blocks/flow.h: + Clean the code relative to ranks. + + * src/analysis/blocks/virtual.c: + Fix the prototypes of functions looking for a block of a given address. + Fix a bug when looking for the parent of such a block. + + * src/analysis/disass/disassembler.c: + Update the disassembling process order and define ranks for basic routines. + + * src/analysis/disass/limit.c: + * src/analysis/disass/limit.h: + Set the AIF_ROUTINE_START flag for the first instruction of all routines. + + * src/analysis/disass/rank.c: + * src/analysis/disass/rank.h: + Define ranks for basic routines. + 15-04-03 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gcodebuffer.c: |