summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-08-03 13:03:26 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-08-03 13:03:26 (GMT)
commitb7c83221f2a60be8ee5d44a7599dbe6869af005f (patch)
tree814e294533920d18f8734baa9aaef47c676e520a /ChangeLog
parent7d2b7ca95966c2d687526cd75a96d1ea67d3f503 (diff)
Loaded the permissions used by an APK file.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@255 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog66
1 files changed, 66 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c78422d..78e5694 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: