summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-07-28 21:55:02 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-07-28 21:55:02 (GMT)
commit0c92911504f7d267c913fc8d2069cb87139b390b (patch)
tree236cf29352580a48c33ef54778d0a18c77608664 /ChangeLog
parentb509af52114501aff3ef81c49c431570f31a21d3 (diff)
Centralized the checksum computing of binary contents.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25f0b0e..0ccf59b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: