summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-02-28 17:39:48 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-03-01 20:15:47 (GMT)
commit2245e2b3c4f4ff96cf462e76e24c04d4d0941996 (patch)
treefe32bed6dd26c4b4fa144c42db19771f02ca3ef5 /ChangeLog
parent11047009c222d3dba1380e63c3099cce0dbc6996 (diff)
Dealt with the prototypes from the Dex pool.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b75257d..0846995 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,26 @@
16-02-28 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/androhelpers/params.c:
+ * plugins/androhelpers/switch.c:
+ * plugins/androhelpers/try_n_catch.c:
+ Update code.
+
+ * src/analysis/variable.c:
+ Translate variables into strings again.
+
+ * src/arch/dalvik/operands/pool.c:
+ Print prototypes from the pool when needed.
+
+ * src/format/dex/dex-int.h:
+ * src/format/dex/dex.c:
+ * src/format/dex/method.c:
+ * src/format/dex/method.h:
+ * src/format/dex/pool.c:
+ * src/format/dex/pool.h:
+ Deal with the prototypes from the Dex pool.
+
+16-02-28 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/readelf/reader.c:
* plugins/readelf/reader.h:
Be sure to process relevant only file formats (ELF here).