diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-03-26 14:02:38 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-03-26 14:02:38 (GMT) |
commit | 4f3f96c2c98ac507f4aa7c83e2393c5c1fdd3cdd (patch) | |
tree | fd275566fdb4171e850df2128ac829932bcc69fa /ChangeLog | |
parent | 78169fc7f8a7150cd22cfe80204cb2faaa991ba5 (diff) |
Limited the displayed calls and strings in tooltips using the configuration.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 17-03-26 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/routine.c: + Limit the displayed calls and strings in tooltips using the configuration. + + * src/core/params.c: + * src/core/params.h: + Update the global default configuration. + +17-03-26 Cyrille Bagard <nocbos@gmail.com> + * src/arch/immediate.c: Fix the conversion of immediate operands to binary strings. |