summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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).