Skip to content

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

Notifications You must be signed in to change notification settings

fug1t1ve/Qil-fuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages