diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 57 |
1 files changed, 57 insertions, 0 deletions
@@ -1,3 +1,60 @@ +14-12-16 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/fetch.c: + Execute post operations on instructions after disassembling. + + * src/analysis/disass/links.c: + * src/analysis/disass/loop.c: + Fix headers. + + * src/analysis/disass/output.c: + Use the new theme item for labels. + + * src/analysis/routine.h: + Fix headers. + + * src/arch/arm/v7/helpers.c: + Fix a bug when computing the Most Significant Bit of a value. + + * src/arch/arm/v7/Makefile.am: + Add the 'post.[ch]' files to libarcharmv7_la_SOURCES. + + * src/arch/arm/v7/opdefs/bl_A8825.d: + Fix definitions. + + * src/arch/arm/v7/post.c: + * src/arch/arm/v7/post.h: + New entries: define new post handlers for 'bl' and 'blx' opcodes. + + * src/arch/arm/v7/processor.c: + Manually set post operations for instructions. + + * src/arch/immediate.c: + Bad hack: leak an internal value. This needs to be fixed! + + * src/arch/instruction.c: + * src/arch/instruction.h: + * src/arch/instruction-int.h: + Set and use post disassembling callbacks. + + * src/arch/Makefile.am: + Add the 'target.[ch]' files to libarch_la_SOURCES. + + * src/arch/target.c: + * src/arch/target.h: + New entries: create operands for resolving symbols in disassembly code. + + * src/format/dex/method.h: + Fix headers. + + * src/format/format.c: + Sort all symbols when their list gets modified. + + * src/glibext/gbuffersegment.c: + * src/glibext/gbuffersegment.h: + * themes/segments.css: + Introduce a new theme item for labels. + 14-12-15 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/output.c: |