summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-24 17:50:40 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-24 17:51:11 (GMT)
commit304445ae3f7a159be55fa91b95428251ef8a362e (patch)
treeaa923090096e5d93a03ac262651d1fc622e7a60d /ChangeLog
parentf4c12b7fdc0482461f5c52161ea852c9d152cc4e (diff)
Improved the support of some unusual endiannesses.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d80a44d..ced1ad5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
18-01-24 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/pychrysalide/arch/vmpa.c:
+ Update code.
+
+ * src/common/endianness.c:
+ * src/common/endianness.h:
+ Improve the support of some unusual endiannesses.
+
+ * tests/analysis/contents/endian.py:
+ New entry: extend the test suite with some extra cases.
+
+18-01-24 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/binary.c:
Clean the content of loaded binaries.