diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-02-10 10:02:16 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-02-10 10:02:16 (GMT) |
commit | 465488d5b231c2552116a305c48b5fcccea55a09 (patch) | |
tree | f4d072ad9cf56466f4e55d0608f7a3fe9204efaf /ChangeLog | |
parent | 946f5f093c7265dc5a5e00694325605b249eea43 (diff) |
Improved the support of the DEX format.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -1,3 +1,42 @@ +16-02-10 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/links.c: + Translate immediate values into targets with mode care. + + * src/arch/dalvik/instruction.c: + Provide the encoding of Dalvik instructions, as required. + + * src/arch/dalvik/operand.c: + * src/arch/dalvik/operand.h: + Update the decoding of operands. Check the quantity of bytes consumed + from the binary stream. + + * src/arch/dalvik/operands/target.c: + * src/arch/dalvik/operands/target.h: + Update code. + + * src/arch/processor.c: + Check all decoded instructions have a full defined location. + + * src/format/dex/class.c: + * src/format/dex/class.h: + * src/format/dex/dex.c: + * src/format/dex/dex.h: + * src/format/dex/method.c: + * src/format/dex/method.h: + Improve the support of the DEX format. + + * src/format/elf/elf.c: + Update code. + + * src/format/executable-int.c: + Create full defined locations for architectures without virtual + addresses support. + + * src/format/format-int.h: + * src/format/format.c: + Implement common code to complete format loading. + 16-02-09 Cyrille Bagard <nocbos@gmail.com> * src/arch/raw.c: |