diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,7 +1,20 @@ 16-09-26 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/routine.c: + * src/analysis/routine.h: + Define a proper cache for routine names with their packages. Clean the code. + + * src/analysis/type.c: + Build a namespace from types recursively. + + * src/format/dex/class.c: + * src/format/symbol.c: + Update code. + +16-09-26 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/disassembler.c: - Delete code sorting routines as they are already sorted. + Delete code sorting routines as they are already sorted. Clean the code. 16-09-25 Cyrille Bagard <nocbos@gmail.com> |