Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SKKU-fuzz/windranger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windranger fuzzer compatible with llvm 16

This is a modified version of the Windranger fuzzer(ICSE '22). It has been adapted to be used with LLVM version 16 for compatibility with Rust projects.

Dependencies

Usage

  • build target source
./build.sh <target src>
  • fuzz with single processor
./fuzz/afl-fuzz -m none -i in -o out <target binary>
  • fuzz with multiprocessor
./parallel-fuzz.sh <target binary> <number of nodes>

# check active nodes(processors)
./fuzz/afl-gotcpu
  • clean up
# kill active processes
./kill.sh

# clean up artifacts
./clean.sh

About

Windranger fuzzer compatible with llvm 16

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •