diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-03-08 21:18:11 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-03-08 21:18:11 (GMT) |
commit | 009f00f18ef49295a55e6389c0687d0d767f45b0 (patch) | |
tree | 72952e2d58ed28f9054476a604b191b32308e663 /ChangeLog | |
parent | faa334f84ea2ddac65358dde0f05c074747f4e39 (diff) |
Reduced the number of produced reference links.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,15 @@ 17-03-08 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/links.c: + Reduce the number of produced reference links. + + * src/arch/instruction.c: + * src/arch/instruction.h: + Determine if a link exists between two instructions. + +17-03-08 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/links.c: Fix conditions for adding missing natural execution flow links. 17-03-08 Cyrille Bagard <nocbos@gmail.com> |