diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -1,3 +1,41 @@ +14-12-30 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/area.c: + * src/analysis/disass/area.h: + New entries: track each binary area during the disassembling process + and try to follow the execution flow. + + * src/analysis/disass/fetch.c: + Clean and update the code. + + * src/analysis/disass/Makefile.am: + Add the 'area.[ch]' files to libanalysisdisass_la_SOURCES. + + * src/arch/arm/context.c: + Handle entry points for the disassembling process. + + * src/arch/arm/processor.c: + Provide a context for the ARM processor. + + * src/arch/arm/v7/link.c: + Add debug code. + + * src/arch/context.c: + Handle entry points for the disassembling process. + + * src/arch/context.h: + Typo. + + * src/arch/context-int.h: + Handle entry points for the disassembling process. + + * src/arch/vmpa.c: + * src/arch/vmpa.h: + Allow to check if a range contains another range. + + * src/gtkext/gtkextstatusbar.h: + Prepare some new extensions. + 14-12-25 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/fetch.c: |