diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-03-13 14:22:15 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-03-13 14:24:36 (GMT) |
commit | bde67ccf58fc858d5d0db4929db149ea12f50f96 (patch) | |
tree | 665c778e15b65b615410564a3bd7c83f53810b17 /ChangeLog | |
parent | da22d42c9644de808dfc3484352c444ee4176bee (diff) |
Created a readelf-like information provider for Dex files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +16-03-13 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefile from the 'plugins/readdex' directory. + + * plugins/Makefile.am: + Add 'readdex' to SUBDIRS. + + * plugins/readdex/Makefile.am: + * plugins/readdex/class.c: + * plugins/readdex/class.h: + * plugins/readdex/code.c: + * plugins/readdex/code.h: + * plugins/readdex/header.c: + * plugins/readdex/header.h: + * plugins/readdex/ids.c: + * plugins/readdex/ids.h: + * plugins/readdex/reader.c: + * plugins/readdex/reader.h: + New entries: create a readelf-like information provider for Dex files. + + * src/arch/immediate.c: + * src/arch/immediate.h: + Give signed and unsigned leb128 values from generic immediate values. + 16-03-12 Cyrille Bagard <nocbos@gmail.com> * src/core/params.c: |