diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-05-17 00:28:23 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-05-17 00:28:23 (GMT) |
commit | 7adb4243ad629554e496de173977721a8a5d0110 (patch) | |
tree | 18f50fcdab35e057b3a1a10e7e0c1f141e89eb39 /ChangeLog | |
parent | 118a668adbf6ca9d4c549618e54f58330f46ce58 (diff) |
Given more details for each operand relative to one DEX pool.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@156 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: |