diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-09-11 18:29:09 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-09-11 18:29:09 (GMT) |
commit | 29f3cf8c660c5ce51dbcdbd0c770a1d9831cf1a8 (patch) | |
tree | 49257065715c40b1af42c0dcd536fb85acc45a1c /ChangeLog | |
parent | 49f75f22fe67ac356f05c7f81d3a78c48461655b (diff) |
Handled Dex classes used as marker interfaces and Dex virtual methods.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +16-09-11 Cyrille Bagard <nocbos@gmail.com> + + * plugins/androhelpers/try_n_catch.c: + * plugins/readdex/class.c: + Update code. + + * src/format/dex/class.c: + Handle Dex classes used as marker interfaces. + + * src/format/dex/method.c: + * src/format/dex/method.h: + Handle Dex virtual methods. + 16-09-10 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysa/format/dex/dex.c: |