diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-04-23 20:23:33 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-04-23 20:23:33 (GMT) |
commit | 3284ce333cc4b09d9150b59c60005af8e4ddc417 (patch) | |
tree | ff9c6a51e20f3a15654005f1c9e2ee22d91e7b6c /ChangeLog | |
parent | df4bc1a413561f9de095e1c30c678bd7272c3478 (diff) |
Loaded all Dex methods in a proper way.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +16-04-23 Cyrille Bagard <nocbos@gmail.com> + + * src/format/dex/class.c: + Register all loaded class methods as symbols. + + * src/format/dex/dex-int.h: + * src/format/dex/dex.c: + Update code. + + * src/format/dex/method.c: + * src/format/dex/method.h: + * src/format/dex/pool.c: + Load all Dex methods in a proper way. + 16-04-22 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/output.c: |