summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-04-23 20:23:33 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-04-23 20:23:33 (GMT)
commit3284ce333cc4b09d9150b59c60005af8e4ddc417 (patch)
treeff9c6a51e20f3a15654005f1c9e2ee22d91e7b6c /ChangeLog
parentdf4bc1a413561f9de095e1c30c678bd7272c3478 (diff)
Loaded all Dex methods in a proper way.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd855bc..cfc9c84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+16-04-23 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/format/dex/class.c:
+ Register all loaded class methods as symbols.
+
+ * src/format/dex/dex-int.h:
+ * src/format/dex/dex.c:
+ Update code.
+
+ * src/format/dex/method.c:
+ * src/format/dex/method.h:
+ * src/format/dex/pool.c:
+ Load all Dex methods in a proper way.
+
16-04-22 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/output.c: