Skip to content

Commit

Permalink
adds a limited fuzz mode
Browse files Browse the repository at this point in the history
limite the maximum number of computations to 100 but fuzz all the
functions.
  • Loading branch information
ivg committed Aug 24, 2017
1 parent 20d386c commit ed194e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/bap/plugins/bap_taint.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def __init__(self, addr, kind):

if self.ENGINE == 'primus':
self.args += [
'--run-entry-points=all-subroutines',
'--primus-limit-max-length=100',
'--primus-propagate-taint-run',
'--primus-promiscuous-mode',
'--primus-greedy-scheduler'
Expand Down

0 comments on commit ed194e9

Please sign in to comment.