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 fuzzer: The job output directory already exists and contains the results of more than 25 minutes worth of fuzzing. #144

Open
DianaNites opened this issue Apr 22, 2023 · 0 comments

Comments

@DianaNites
Copy link

[-] The job output directory already exists and contains the results of more                                                                                           
    than 25 minutes worth of fuzzing. To avoid data loss, afl-fuzz will *NOT*                                                                                          
    automatically delete this data for you.                                                                                                                            
                                                                                                                                                                       
    If you wish to start a new session, remove or rename the directory manually,                                                                                       
    or specify a different output location for this job. To resume the old                                                                                             
    session, put '-' as the input directory in the command line ('-i -') and                                                                                           
    try again.                                                                                                                                                         
                                                                                                                                                                       
[-] PROGRAM ABORT : At-risk data found in '<project>/src/__fuzz__/<test>/afl_state'                                                     
         Location : maybe_delete_out_dir(), afl/afl-fuzz.c:3739

Run with

cargo bolero test --sanitizer=NONE --engine=afl <test>

How can AFL fuzzing be resumed with bolero when it complain about this? I've tried passing -i - with --engine-args but it didn't work

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

1 participant