1st way (input via stdin):
-
Compile the modified code(in this repository) with "cargo b" keyword in root directory
-
Run the binary with given inputs in "fuzzer_input" directory (e.g. "./target/debug/grex < ./fuzzer_input/id:000011*")
2nd way <input via file(not modified code)>
-
Compile the original code(not in this repository) with "cargo b" keyword in root directory
-
Run the binary with given inputs in "fuzzer_input" directory (e.g. "./target/debug/grex --file ./fuzzer_input/id:000011*")