-
Notifications
You must be signed in to change notification settings - Fork 165
Description
how does afl use the result of angr?
I didn't find out how to call
[] Starting fuzzer...
/////////////////// ['/home/angr/.virtualenvs/angr/bin/afl-unix/afl-fuzz', '-i', 'w4/test/input', '-o', 'w4/test/sync', '-m', '8G', '-Q', '-M', 'fuzzer-master', '-x', 'w4/test/test.dict', '--', './test'] //////////////////////
/////////////////// ['/home/angr/.virtualenvs/angr/bin/afl-unix/afl-fuzz', '-i', 'w4/test/input', '-o', 'w4/test/sync', '-m', '8G', '-Q', '-S', 'fuzzer-1', '-x', 'w4/test/test.dict', '--', './test'] //////////////////////
/////////////////// ['/home/angr/.virtualenvs/angr/bin/afl-unix/afl-fuzz', '-i', 'w4/test/input', '-o', 'w4/test/sync', '-m', '8G', '-Q', '-S', 'fuzzer-2', '-x', 'w4/test/test.dict', '--', './test'] //////////////////////
/////////////////// ['/home/angr/.virtualenvs/angr/bin/afl-unix/afl-fuzz', '-i', 'w4/test/input', '-o', 'w4/test/sync', '-m', '8G', '-Q', '-S', 'fuzzer-3', '-x', 'w4/test/test.dict', '--', './test'] //////////////////////
[] Waiting for fuzzer completion (timeout: None, first_crash: True).
but the result of angr is in w4/test/sync/driller/queue,so how to use