diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2011-10-01 17:20:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2011-10-01 17:20:50 (GMT) |
commit | 02cb3aa4e7b18b644b034a5c659c332becf99c9b (patch) | |
tree | 8d816e5f93820c6ef5ba804d7c0776a65d78329a /ChangeLog | |
parent | e0266175537ec220544c050874be215b11c902fa (diff) |
Defined the first real [python] plugin.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@210 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,3 +1,39 @@ +11-10-01 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pyoida/plugin.c: + * plugins/pyoida/plugin.h: + Properly load a Python plugin and define some needed functions + for format recognition. + + * plugins/pyoida/pyoida.c: + Browse directories for finding Python plugins. + + * plugins/python/apkfiles/apkfiles.py: + * plugins/python/apkfiles/__init__.py: + New entries: define the first real [python] plugin. + + * src/analysis/binary.c: + Start to update call to load_new_format(). + + * src/common/environment.c: + Fix a bug when getting an environment variable. + + * src/format/dex/dex.c: + Dummy fix. + + * src/format/format.c: + * src/format/format.h: + Load formats usings plugins too. + + * src/gtkext/gtksourceview.c: + Dummy fix. + + * src/plugins/plugin.c: + * src/plugins/plugin-def.h: + * src/plugins/plugin.h: + * src/plugins/plugin-int.h: + Update interfaces for plugins (mainly those which are looking for formats). + 11-07-11 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |