This commit is contained in:
Dominik Maier 2021-07-12 10:30:41 +02:00
parent 13b4a143b8
commit a0ba0f0251

View File

@ -155,7 +155,7 @@ fn fuzz(
let test_one_input_ptr = elf
.resolve_symbol("LLVMFuzzerTestOneInput", emu::load_addr())
.expect("Symbol LLVMFuzzerTestOneInput not found".into());
.expect("Symbol LLVMFuzzerTestOneInput not found");
println!("LLVMFuzzerTestOneInput @ {:#x}", test_one_input_ptr);
emu::set_breakpoint(test_one_input_ptr); // LLVMFuzzerTestOneInput