diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-07-28 21:55:02 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-07-28 21:55:02 (GMT) |
commit | 0c92911504f7d267c913fc8d2069cb87139b390b (patch) | |
tree | 236cf29352580a48c33ef54778d0a18c77608664 /ChangeLog | |
parent | b509af52114501aff3ef81c49c431570f31a21d3 (diff) |
Centralized the checksum computing of binary contents.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +16-07-28 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/analysis/content.c: + Update code. + + * src/analysis/binary.c: + Typo. + + * src/analysis/content-int.h: + * src/analysis/content.c: + Centralize the checksum computing of binary contents. + + * src/analysis/content.h: + Typo. + + * src/analysis/contents/file.c: + * src/analysis/contents/restricted.c: + Centralize the checksum computing of binary contents. + + * src/analysis/disass/disassembler.c: + * src/analysis/project.c: + Typo. + + * tests/analysis/contents/checksum.py: + New entry: verify checksums in the test suite. + 16-07-23 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysa/analysis/routine.c: |