Skip to content

Commit ed194e9

Browse files
committed
adds a limited fuzz mode
limite the maximum number of computations to 100 but fuzz all the functions.
1 parent 20d386c commit ed194e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/bap/plugins/bap_taint.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ def __init__(self, addr, kind):
5555

5656
if self.ENGINE == 'primus':
5757
self.args += [
58+
'--run-entry-points=all-subroutines',
59+
'--primus-limit-max-length=100',
5860
'--primus-propagate-taint-run',
5961
'--primus-promiscuous-mode',
6062
'--primus-greedy-scheduler'

0 commit comments

Comments
 (0)