Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 444 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 444 Bytes

Currently unstable. Current version is just like other evolutionary fuzzers.

Usage

$ git clone https://github.com/tunz/baeum
$ cd baeum
$ make
...
$ ./baeum -i seeds -o output -- /path/to/target/program arg1 arg2 ...
Web Server: http://0.0.0.0:8000
...

Reference

Inspired by AFL, LibFuzzer, and honggfuzz.