Skip to content

Commit

Permalink
fix: disable memory hook
Browse files Browse the repository at this point in the history
  • Loading branch information
henri2h committed Feb 9, 2023
1 parent 9305d54 commit 8a9005c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/unicorn/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn fuzzer(should_emulate: bool) {
},
);
emu.set_code_hook();
emu.set_memory_hook(input_addr_start, MAX_INPUT_SIZE, callback);
//emu.set_memory_hook(input_addr_start, MAX_INPUT_SIZE, callback);

let mut harness = |input: &BytesInput| {
let target = input.target_bytes();
Expand Down

0 comments on commit 8a9005c

Please sign in to comment.