Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 358 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 358 Bytes

fuzzy-logic-cs6447

Prerequisites:

Requires qemu. apt-get install qemu

Requires xmltodict pip install xmltodict

Running it:

Can be run from as a package or using the provided script

Run as ./fuzzer <binary> <input>

Run as a package with python3 -m fuzzylogic <binary> <input>

To compile our tests run make in test_binaries/