diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 63 |
1 files changed, 63 insertions, 0 deletions
@@ -1,3 +1,66 @@ +10-05-17 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefiles from the 'plugins/dexresolver' directory + to AC_CONFIG_FILES. + + * plugins/dexresolver/context.c: + * plugins/dexresolver/context.h: + * plugins/dexresolver/Makefile.am: + * plugins/dexresolver/operand.c: + * plugins/dexresolver/operand.h: + * plugins/dexresolver/plugin.c: + * plugins/dexresolver/plugin.h: + New entries: give more details for each operand relative to one DEX pool. + + * plugins/Makefile.am: + Add dexresolver to SUBDIRS. + + * src/analysis/exporter.c: + Define a color for the RTT_STRING attribute. + + * src/analysis/variable.c: + * src/analysis/variable.h: + Define more properties for variables. + + * src/arch/dalvik/operand.c: + * src/arch/dalvik/operand.h: + Provide methods to access internal fields of GDalvikPoolOperand instances. + + * src/arch/instruction.c: + * src/arch/instruction.h: + Typo. + + * src/format/dex/dex_def.h: + * src/format/dex/dex-int.c: + * src/format/dex/dex-int.h: + Define and read prototype and field identifiers. Set NO_INDEX. + + * src/format/dex/pool.c: + * src/format/dex/pool.h: + Extract strings and fields from the DEX pool. + + * src/plugins/context.c: + * src/plugins/context.h: + * src/plugins/context-int.h: + New entries: create contexts for each running instance of a plugin. + + * src/plugins/Makefile.am: + Add the context-int.h and context.[ch] files to libplugins_la_SOURCES. + + * src/plugins/pglist.c: + Enable plugins again. + + * src/plugins/plugin.c: + * src/plugins/plugin-def.h: + Improve the way plugins are managed: introduce instances and type. + + * src/plugins/plugin.h: + Typo. + + * src/plugins/plugin-int.h: + Improve the way plugins are managed: introduce instances and type. + 10-05-13 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |