You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following traceback when trying to use neural-fuzzer.py
/bin/sh: 1: afl-count: not found
Traceback (most recent call last):
File "neural-fuzzer.py", line 281, in <module>
n = aflcount(c, "test")
File "/code/neural-fuzzer/triage.py", line 60, in aflcount
out = subprocess.check_output(cmd, shell=True)
File "/usr/lib/python2.7/subprocess.py", line 573, in check_output
raise CalledProcessError(retcode, cmd, output=output)
I haven't been able to find any reference to afl-count outside of this project. Is this a tool to parse the coverage maps you have yet to release?
The text was updated successfully, but these errors were encountered:
Yeap, i afl-count is just a small script based on afl-cmin. I will resume the development very soon of neural-fuzzer and i will update the missing files as well as improve the code and add pre-trained examples.
Getting the following traceback when trying to use neural-fuzzer.py
I haven't been able to find any reference to afl-count outside of this project. Is this a tool to parse the coverage maps you have yet to release?
The text was updated successfully, but these errors were encountered: