diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-10-01 16:26:32 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-10-01 16:26:32 (GMT) |
commit | d7ea656a1d8d5eea24ca9356466765f800166779 (patch) | |
tree | f5558d2e9fe50f5b6cc52970b6965d633c38df92 /ChangeLog | |
parent | 7e5540029350ab7e69ee8f75c96fc3fbc9ad5751 (diff) |
Fixed mistakes when loading or saving binary contents.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@584 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 15-10-01 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/binary.c: + * src/analysis/project.c: + Fix mistakes when loading or saving binary contents. + +15-10-01 Cyrille Bagard <nocbos@gmail.com> + * src/format/elf/symbols.c: Fix the support of ELF internal arrays. |