notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Atheris.md (249B)


      1 # Atheris
      2 
      3 **Definition:** Atheris is a code coverage based Python fuzzer. 
      4 
      5 Atheris works by:
      6 
      7 - Instrumenting Python bytecode to calculate code coverage per input
      8 - Detects errors and marks as failures for inputs
      9 - Mutates fuzz based on libFuzzer