Skip to content
New issue

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

afl-count missing #2

Open
supernothing opened this issue Jun 29, 2016 · 1 comment
Open

afl-count missing #2

supernothing opened this issue Jun 29, 2016 · 1 comment

Comments

@supernothing
Copy link

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants