summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-09-19 22:28:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-09-19 22:28:42 (GMT)
commit0e3059731d9687027c913135b3b856596c49a689 (patch)
treed3c3754f95c90ae50168817e6248afee6873fbf3 /ChangeLog
parent18648e4e8763a3bc005d6fae51eae3d1528d7d29 (diff)
Extended the prototype for matching formats in order to get it suitable for plugins.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@577 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog72
1 files changed, 72 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 166ef5d..6b28940 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,75 @@
+15-09-19 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/devdbg/speed.c:
+ Remove debug code.
+
+ * plugins/mobicore/mclf.c:
+ * plugins/mobicore/mclf.h:
+ * plugins/mobicore/mobicore.c:
+ Update code.
+
+ * plugins/pychrysa/core/Makefile.am:
+ Add the missing 'formats.[ch]' files to libpychrysacore_la_SOURCES.
+
+ * plugins/pychrysa/core/module.c:
+ Load formats core into Python.
+
+ * plugins/pychrysa/plugin.c:
+ * plugins/python/apkfiles/apkfiles.py:
+ * plugins/python/apkfiles/__init__.py:
+ * plugins/ropgadgets/select.c:
+ Update code.
+
+ * src/analysis/binaries/file.c:
+ Disable this specific kind of instances for loaded binaries.
+
+ * src/analysis/binary.c:
+ * src/analysis/binary.h:
+ * src/analysis/binary-int.h:
+ Build a standalone generic binary. Use binary contents as external
+ entities. Only reference the main binary format and attach debug
+ info to it.
+
+ * src/analysis/content.c:
+ * src/analysis/content.h:
+ * src/analysis/content-int.h:
+ * src/analysis/contents/file.c:
+ * src/analysis/contents/file.h:
+ Describe, save and restore binary contents.
+
+ * src/analysis/disass/disassembler.c:
+ Update code.
+
+ * src/analysis/project.c:
+ * src/analysis/project.h:
+ Store binary contents as well as loaded binaries. Update the storing and
+ restoring routines.
+
+ * src/common/xml.c:
+ * src/common/xml.h:
+ Handle long values for nodes attributes.
+
+ * src/core/formats.c:
+ * src/core/formats.h:
+ Extend the prototype for matching formats in order to get it suitable
+ for plugins.
+
+ * src/format/dwarf/dwarf.c:
+ * src/format/dwarf/dwarf.h:
+ * src/format/elf/elf.c:
+ * src/format/elf/elf.h:
+ Update code.
+
+ * src/format/executable.c:
+ * src/format/executable.h:
+ * src/format/executable-int.h:
+ Store debug information when requested.
+
+ * src/gui/menus/project.c:
+ * src/plugins/plugin.c:
+ * src/plugins/plugin-int.h:
+ Update code.
+
15-09-11 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: