diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-09-26 18:24:23 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-09-26 18:24:23 (GMT) |
commit | 7972f2da7d0e363fe918992cb5661b17ee3577d7 (patch) | |
tree | 6bf42830f32315d01f90c551778b47cc62bba639 /ChangeLog | |
parent | 79f384b20e00977f8450920a8a8983b818d302f8 (diff) |
Defined a proper cache for routine names with their packages.
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> |