diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-02-11 17:05:54 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-02-11 17:05:54 (GMT) |
commit | bf879f2562545ab7de23f9d38364b7bd4b43fb2c (patch) | |
tree | 6154160307cbca304ea9e1de178d8c2dfc8e0928 /ChangeLog | |
parent | abd96dbbe27246e9303173e5e2f47b2e4cedbcb7 (diff) |
Registered all the supported formats in the system code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@471 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 44 |
1 files changed, 44 insertions, 0 deletions
@@ -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. |