We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d386c commit ed194e9Copy full SHA for ed194e9
plugins/bap/plugins/bap_taint.py
@@ -55,6 +55,8 @@ def __init__(self, addr, kind):
55
56
if self.ENGINE == 'primus':
57
self.args += [
58
+ '--run-entry-points=all-subroutines',
59
+ '--primus-limit-max-length=100',
60
'--primus-propagate-taint-run',
61
'--primus-promiscuous-mode',
62
'--primus-greedy-scheduler'
0 commit comments