diff options
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: |