diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 66 |
1 files changed, 66 insertions, 0 deletions
@@ -1,5 +1,71 @@ 12-08-03 Cyrille Bagard <nocbos@gmail.com> + * configure.ac: + Add the new Makefile from the 'plugins/python/androperms' directory + to AC_CONFIG_FILES. + + * plugins/pychrysa/analysis/binary.c: + * plugins/pychrysa/analysis/binary.h: + Rewrite all the code. + + * plugins/pychrysa/analysis/Makefile.am: + Add LIBPYGOBJECT_CFLAGS to INCLUDES. + + * plugins/pychrysa/analysis/module.c: + Update code and remove old one. + + * plugins/pychrysa/debug/debugger.c: + Typo. + + * plugins/pychrysa/plugin.c: + Define PGA_DISASS_PROCESS. Execute actions on binaries in Python plugins. + + * plugins/pychrysa/pychrysa.c: + * plugins/pychrysa/pychrysa.h: + Define the final name of the plugin and print loading messages. + + * plugins/python/androperms/androperms.py: + * plugins/python/androperms/defs.py: + * plugins/python/androperms/__init__.py: + * plugins/python/androperms/Makefile.am: + * plugins/python/androperms/manifest.py: + * plugins/python/androperms/parser.py: + * plugins/python/androperms/reader.py: + * plugins/python/androperms/stack.py: + * plugins/python/androperms/string.py: + New entries: load the permissions used by an APK file. + + * plugins/python/apkfiles/apkfiles.py: + Check for an AndroidManifest.xml file to validate the format. + + * plugins/python/Makefile.am: + Add androperms to SUBDIRS. + + * src/analysis/binary.c: + Move code into disass/disassembler.c. + + * src/analysis/decomp/decompiler.c: + Disable debug messages. + + * src/analysis/disass/disassembler.c: + * src/analysis/disass/disassembler.h: + Execute plugin actions on the disassembly is done. + + * src/format/dex/method.c: + Disable debug messages. + + * src/gui/panels/log.c: + * src/gui/panels/log.h: + Redefine the steps for rebuilding variadic messages. + + * src/plugins/plugin.c: + * src/plugins/plugin-def.h: + * src/plugins/plugin.h: + * src/plugins/plugin-int.h: + Allow plugins to log messages. + +12-08-03 Cyrille Bagard <nocbos@gmail.com> + * src/arch/dalvik/instruction.c: * src/arch/dalvik/instruction-def.h: * src/arch/dalvik/opcodes/add.c: |