diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +17-05-08 Cyrille Bagard <nocbos@gmail.com> + + * src/format/dex/class.c: + Ensure a Dex routine is not abstract nor native before adding a symbol into the disassembled code. + + * src/format/dex/method.c: + * src/format/dex/method.h: + Provide a a way to know if there is a body for a given method. + 17-05-07 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/area.c: |