diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-02-03 23:21:49 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-02-03 23:21:49 (GMT) |
commit | 425860b441b21e4aca7bf2473be26b0fe1e756e2 (patch) | |
tree | 341a0fc8b370d76566f3e332c344ffae5c065916 /ChangeLog | |
parent | 5511e355e7810f06bd610b79bcc94402c88d7ec9 (diff) |
Removed all references to binary parts (GBinPart) and updated the code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@465 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -1,3 +1,50 @@ +15-02-04 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + * src/analysis/binary.h: + * src/analysis/binary-int.h: + * src/analysis/disass/disassembler.c: + * src/analysis/disass/disassembler.h: + * src/analysis/disass/macro.c: + * src/arch/processor-int.h: + Remove all references to binary parts (GBinPart) and update the code. + + * src/dialogs/binparts.c: + * src/dialogs/binparts.h: + Deleted entries. + + * src/dialogs/Makefile.am: + Remove the 'binparts.[ch]' files from libdialogs_la_SOURCES. + + * src/format/dex/class.c: + * src/format/dex/class.h: + * src/format/dex/dex.c: + * src/format/dex/method.c: + * src/format/dex/method.h: + * src/format/elf/elf.c: + * src/format/executable.c: + * src/format/executable.h: + * src/format/executable-int.h: + Remove all references to binary parts (GBinPart) and update the code. + + * src/format/exe_format.c: + * src/format/exe_format.h: + * src/format/exe_format-int.h: + Deleted entries. + + * src/format/java/java.c: + Remove all references to binary parts (GBinPart) and update the code. + + * src/format/Makefile.am: + Remove the 'part.[ch]' files from libformat_la_SOURCES. + + * src/format/part.c: + * src/format/part.h: + Deleted entries. + + * src/format/pe/pe.c: + Remove all references to binary parts (GBinPart) and update the code. + 15-02-01 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/area.c: |