We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: