mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 11:28:09 +00:00
Use second-chance break on av (#210)
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user