diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-04-30 19:21:29 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-04-30 19:21:29 (GMT) |
commit | 33880cfe5e5de8b81e8a825878b3bbe8ef736f3f (patch) | |
tree | 9dcbe3e9e9903e447eeac916be689cd2d39614de /ChangeLog | |
parent | b16071a35adaf95d5e67b0dd984e9ba9d7ba28f9 (diff) |
Parsed Dex format fields using the new generic parser.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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: |