Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Use second-chance break on av (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmc-msft authored Oct 27, 2020
1 parent 4c999a5 commit 4d8151a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/script/win64/libfuzzer-coverage/DumpCounters.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function dumpCounters(results_dir, sample_name) {
execute(".restart");

// Disable FCE from sanitizers.
execute("sxi av");
execute("sxd av");

// Run to exit break in `ntdll!NtTerminateProcess`.
execute("g");
Expand Down

0 comments on commit 4d8151a

Please sign in to comment.