Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 491 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 491 Bytes

Qil-fuzz

A Simple coverage-guided snapshot fuzzer, written in Python. It utilizes the Qiling snapshot functionality.

The fuzzer can be adapted to fuzz various targets instead of just fuzzing the EXIF data in images.

It utilises 2 simple mutations:

  • Bit flip
  • Replacing bytes with magic numbers.

Inspired by : exif-fuzz

The fuzz target was inspired by : Fuzzing like a Caveman