diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-07-12 22:47:38 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-07-12 22:47:38 (GMT) |
commit | d7f78fe9a75d96b6f3d441335dcf50a5c026d8ea (patch) | |
tree | 632744c467641825441b866c4f988c03d9c20cf1 /ChangeLog | |
parent | bdda063b67d8c1d402f6dc17726fed0c800d3d1c (diff) |
Taken into account that raw immediate values can be used more than once.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +17-07-13 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/db/items/comment.c: + Collect the text from all portions, not the first one. + + * src/arch/arm/v7/fetch.c: + Take into account that raw immediate values can be used more than once. + + * src/common/array.c: + * src/common/array.h: + * src/format/preload.c: + * src/format/preload.h: + Extend code. + + * src/glibext/gbuffercache.c: + Handle comments with more than one line. + 17-07-12 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/dragon.c: |