diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-09-11 20:40:24 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-09-11 20:40:24 (GMT) |
commit | 18648e4e8763a3bc005d6fae51eae3d1528d7d29 (patch) | |
tree | 05feca5b6c5575b2a048b60130e3207b9f2c355a /ChangeLog | |
parent | 9f8c79e3b272960b48bfd85a24f4b5cb5651df2d (diff) |
Created an interface from the original GBinContent object.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@576 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 107 |
1 files changed, 107 insertions, 0 deletions
@@ -1,3 +1,110 @@ +15-09-11 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefiles from the 'plugins/pychrysa/analysis/contents' + and 'src/analysis/contents' directories. + + * plugins/mobicore/mclf.c: + * plugins/mobicore/mclf-int.c: + Update code. + + * plugins/pychrysa/analysis/content.c: + * plugins/pychrysa/analysis/content.h: + Moved entries. Create an interface from the original BinContent object. + + * plugins/pychrysa/analysis/contents/file.c: + * plugins/pychrysa/analysis/contents/file.h: + * plugins/pychrysa/analysis/contents/Makefile.am: + * plugins/pychrysa/analysis/contents/module.c: + * plugins/pychrysa/analysis/contents/module.h: + New entries: load a file content with Python. + + * plugins/pychrysa/analysis/Makefile.am: + Add the 'content.[ch]' files to libpychrysaanalysis_la_SOURCES and + 'contents/libpychrysaanalysiscontents.la' to libpychrysaanalysis_la_LIBADD. + + * plugins/pychrysa/analysis/module.c: + Update code. + + * plugins/pychrysa/core/formats.c: + * plugins/pychrysa/core/formats.h: + New entries: provide some definitions for information. + + * plugins/pychrysa/format/dex/dex.c: + * plugins/pychrysa/format/elf/elf.c: + Update code. + + * plugins/pychrysa/glibext/bincontent.c: + * plugins/pychrysa/glibext/bincontent.h: + Moved entries. + + * plugins/pychrysa/glibext/Makefile.am: + Remove the 'bincontent.[ch]' files from libpychrysaglibext_la_SOURCES. + + * plugins/pychrysa/glibext/module.c: + * plugins/ropgadgets/select.c: + * src/analysis/binaries/file.c: + Update code. + + * src/analysis/content.c: + * src/analysis/content.h: + * src/analysis/content-int.h: + New entries: create an interface from the original GBinContent object. + + * src/analysis/contents/file.c: + * src/analysis/contents/file.h: + Moved entries: define file contents from the original GBinContent object. + + * src/analysis/contents/Makefile.am: + New entry: handle content definitions. + + * src/analysis/Makefile.am: + Add the 'content*[ch]' files to libanalysis_la_SOURCES and + 'contents/libanalysiscontents.la' to libanalysis_la_LIBADD. + + * src/arch/arm/v7/processor.c: + * src/arch/dalvik/operand.c: + * src/arch/dalvik/operands/pool.c: + * src/arch/dalvik/operands/register.c: + * src/arch/dalvik/operands/target.c: + * src/arch/immediate.c: + * src/arch/immediate.h: + * src/arch/instruction.h: + * src/arch/processor.c: + * src/arch/processor-int.h: + Update code. + + * src/common/endianness.c: + * src/common/endianness.h: + Clean the prototypes for reading 4 or 8 bits: no need for endianness here! + + * src/debug/jdwp/misc/header.c: + * src/debug/jdwp/misc/id.c: + * src/debug/jdwp/misc/location.c: + * src/format/dex/dex.c: + * src/format/dex/dex-int.c: + * src/format/elf/elf.c: + * src/format/elf/elf-int.c: + * src/format/elf/strings.c: + * src/format/format.h: + * src/format/java/java.c: + * src/format/pe/pe-int.c: + Update code. + + * src/glibext/gbincontent.c: + * src/glibext/gbincontent.h: + Moved entries. + + * src/glibext/gbufferline.h: + Update code. + + * src/glibext/Makefile.am: + Remove the 'gbincontent.[ch]' files from libglibext_la_SOURCES. + + * src/gui/panels/strings.c: + * src/plugins/plugin-int.h: + Update code. + 15-09-02 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/easygtk.c: |