summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-09-26 18:24:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-09-26 18:24:23 (GMT)
commit7972f2da7d0e363fe918992cb5661b17ee3577d7 (patch)
tree6bf42830f32315d01f90c551778b47cc62bba639 /ChangeLog
parent79f384b20e00977f8450920a8a8983b818d302f8 (diff)
Defined a proper cache for routine names with their packages.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b657fe..7fb2826 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>