Skip to content

TcherB31/binary_fuzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

binary_fuzzer

i write a mini binary fuzer on c++ for fuzzing with input file with radamsa fuzzer First of all, install radamsa and unpack the input.tar.xz file, to do this, write:

git clone https://gitlab.com/akihe/radamsa && cd radamsa && make && cd .. && tar -xf input.tar.xz

For using write this command:

./bin_fuzz <target_elf_binary> <target_input_txt_file>

image

About

i write a mini binary fuzer on c++ for fuzzing with input file with radamsa fuzzer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages