diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-06-15 22:44:16 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-06-15 22:44:16 (GMT) |
commit | 0d7908e0c8282050ebbcc8a7c18fafd13152a36e (patch) | |
tree | f5d5ef551b4e87d400e13fa0ea309ebbba8ec9b3 /ChangeLog | |
parent | 1e2aada1204d3da43fe075478df5bfaaece937b0 (diff) |
Looked at access flags for computing native methods size.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@168 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +10-06-16 Cyrille Bagard <nocbos@gmail.com> + + * src/format/dex/dex_def.h: + * src/format/dex/method.c: + Look at access flags for computing native methods size. + 10-06-15 Cyrille Bagard <nocbos@gmail.com> * src/analysis/binary.c: |