diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-05-07 21:13:00 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-05-07 21:13:00 (GMT) |
commit | 13be5aa2ac44f7bfc70ee25e7ba20ae2adf58ad5 (patch) | |
tree | ff0ac2eb2b4be1774329603ccd3c6bc307789237 /ChangeLog | |
parent | 11e76cece91707f1910d3b1fa56464e261757a52 (diff) |
Made the preloading process work as intended.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,5 +1,26 @@ 17-05-07 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/area.c: + Update code. + + * src/analysis/disass/fetch.c: + * src/analysis/disass/output.c: + Make the preloading process work as intended. + + * src/common/array.c: + * src/common/array.h: + Reset a flat array when needed. + + * src/format/format.c: + * src/format/format.h: + Distinguish two steps to extend disassembly context: setup and start. + + * src/format/preload.c: + * src/format/preload.h: + Optimize memory access for instructions and comments. + +17-05-07 Cyrille Bagard <nocbos@gmail.com> + * src/arch/archbase.h: Create a macro for memory data signs. |