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 a005921..fe4f659 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+17-04-30 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/fmtp/def.h:
+ * plugins/fmtp/parser.c:
+ * plugins/fmtp/parser.h:
+ Extend the generic parser features.
+
+ * plugins/readdex/class.c:
+ * plugins/readdex/code.c:
+ * plugins/readdex/header.c:
+ * plugins/readdex/ids.c:
+ Parse Dex format fields using the new generic parser.
+
+ * plugins/readelf/header.c:
+ * plugins/readelf/program.c:
+ * plugins/readelf/section.c:
+ Update code.
+
+ * src/format/dex/dex.c:
+ Provide the endianness of (most) Dex files.
+
17-04-29 Cyrille Bagard <nocbos@gmail.com>
* plugins/fmtp/parser.c: