CIFASIS / neural-fuzzer

http://cifasis.github.io/neural-fuzzer/
GNU General Public License v3.0
90 stars 20 forks source link

afl-count missing #2

Open supernothing opened 8 years ago

supernothing commented 8 years ago

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?

gaa-cifasis commented 8 years ago

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.