diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-08-27 18:21:17 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-08-27 18:21:17 (GMT) |
commit | 5792b6c860810915d62365125cafc6bff096e405 (patch) | |
tree | 066866c023a3fb9e6d0e2cb36a295e9b8f727669 /ChangeLog | |
parent | 562a56f01cfb81ff7538418dd183aaa53e90b17c (diff) |
Handled Dalvik code definition loading with more care.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 17-08-27 Cyrille Bagard <nocbos@gmail.com> + * plugins/pychrysa/format/format.c: + * src/arch/processor.h: + Update code. + + * src/format/dex/dex-int.c: + * src/format/dex/method.c: + Handle Dalvik code definition loading with more care. + + * src/format/format.h: + * src/gui/panels/errors.c: + Update code. + +17-08-27 Cyrille Bagard <nocbos@gmail.com> + * src/format/dex/class.c: Take into account that loading types from the Dex pool may fail. |