summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4396ae..2f55be2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,49 @@
15-02-11 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/pychrysa/format/elf/elf.c:
+ * plugins/pychrysa/plugin.c:
+ * src/analysis/binaries/file.c:
+ Update code.
+
+ * src/core/core.c:
+ Register all the supported formats in the system code.
+
+ * src/core/formats.c:
+ * src/core/formats.h:
+ New entries: load hardcoded defined binary formats.
+
+ * src/core/Makefile.am:
+ Add the 'formats.[ch]' files to libcore_la_SOURCES.
+
+ * src/format/dex/dex.c:
+ * src/format/dex/dex.h:
+ * src/format/dwarf/dwarf.c:
+ * src/format/dwarf/dwarf.h:
+ * src/format/elf/elf.c:
+ * src/format/elf/elf.h:
+ * src/format/format.c:
+ * src/format/format.h:
+ * src/format/format-int.h:
+ * src/format/java/java.c:
+ * src/format/java/java.h:
+ * src/format/pe/pe.c:
+ * src/format/pe/pe.h:
+ Update code.
+
+ * src/glibext/gbincontent.c:
+ * src/glibext/gbincontent.h:
+ New entries: begin to manage raw binary content as a whole.
+
+ * src/glibext/Makefile.am:
+ Add the gbincontent.[ch]' files to libglibext_la_SOURCES.
+
+ * src/main.c:
+ * src/plugins/pglist.h:
+ * src/plugins/plugin-int.h:
+ Update code.
+
+15-02-11 Cyrille Bagard <nocbos@gmail.com>
+
* pixmaps/entrypoint.png:
New entry: create entry points in buffer views.