diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,5 +1,33 @@ 16-09-11 Cyrille Bagard <nocbos@gmail.com> + * plugins/readdex/class.c: + * plugins/readdex/class.h: + * plugins/readdex/ids.c: + * plugins/readdex/ids.h: + * plugins/readdex/reader.c: + * plugins/readdex/reader.h: + * plugins/readelf/program.c: + * plugins/readelf/program.h: + * plugins/readelf/reader.c: + * plugins/readelf/reader.h: + * plugins/readelf/section.c: + * plugins/readelf/section.h: + * src/format/dex/dex.c: + * src/format/dex/pool.c: + * src/format/dex/pool.h: + * src/format/elf/elf.c: + Display more details about the loading process in the status bar. + + * src/format/format-int.h: + * src/format/format.c: + * src/plugins/pglist.h: + * src/plugins/plugin-int.h: + * src/plugins/plugin.c: + * src/plugins/plugin.h: + Update code. + +16-09-11 Cyrille Bagard <nocbos@gmail.com> + * src/format/dex/dex-int.c: Fix a bug when decoding some catch-all handlers in Dex code item. |