diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +16-05-24 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/area.c: + * src/analysis/disass/area.h: + Ensure all starts of code begin with an instruction. + + * src/analysis/disass/fetch.c: + Attach priority levels with disassembly starting points. + + * src/analysis/disass/output.c: + Count the missing symbols (for debug information only). + + * src/arch/arm/v7/context.c: + * src/arch/arm/v7/fetch.c: + Update code. + + * src/arch/context-int.h: + * src/arch/context.c: + * src/arch/context.h: + Attach priority levels with disassembly starting points. + + * src/arch/dalvik/fetch.c: + * src/format/format.c: + Update code. + 16-05-23 Cyrille Bagard <nocbos@gmail.com> * src/arch/arm/v7/operands/maccess.c: |