Skip to content

onsoim/afl4ddrfuzz

Repository files navigation

==================
American Fuzzy Lop for DDRFuzz
==================

  Written and maintained by onsoim <onsoim@gmail.com>

  Released under terms and conditions of Apache License, Version 2.0.

1) basic structure of AFL
-------------------------

- main
    - fuzz_one: mmap test case and mutate it
        - common_fuzz_stuff
            - **save_if_interesting**
    - sync_fuzzers: mmap from queue and call save_if_interesting
        - **save_if_interesting**

2) saving previous seed point
-----------------------------

`save_if_interesting` save intersting things like crash. So we also save `previous input` at this point.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors