diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-02-17 21:27:52 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-02-17 21:27:52 (GMT) |
commit | 3ba750662837541a5df510046c0a3fc521cca785 (patch) | |
tree | 711f412439e4b0d154207bbcbceeafce5f1b0864 /ChangeLog | |
parent | 5c6680287b4b6ba38cc04e6d7cb80c87cb9e256d (diff) |
Defined, computed and stored the checksum in the binary content manager.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@474 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +15-02-17 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + * src/analysis/binary.h: + * src/analysis/binary-int.h: + Remove the computed checksum in loaded binaries. + + * src/analysis/disass/disassembler.c: + * src/format/format.c: + * src/format/format.h: + Update code. + + * src/glibext/gbincontent.c: + * src/glibext/gbincontent.h: + Define, compute and store the checksum in the binary content manager. + 15-02-16 Cyrille Bagard <nocbos@gmail.com> * src/analysis/binary.c: |