Skip to content

joekir/fuzzolding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzolding

A scaffolding project (for me) to quickly test some console app that takes a file as input

How to use

  1. Install Radamsa
  2. Create a script in the directory that calls the thing you want to test taking a single file argument e.g
#! /bin/sh

echo $1
  1. Add to the directory your legit source file that radamsa will be mutating for you
  2. Run ./fuzz.sh $yourSourceFile $yourScript $howManyLoopsToDo &> fuzz.log
  3. Review fuzz.log for interesting results, then you can correlate the attempt run number with the mutated input file that caused that in the /out directory

About

A scaffolding project (for me) to quickly test some console app that takes a file as input

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages