binary
some AV / EDR / analysis related experiences
fault_test:
trigger a access violation, catch with a custom handler and continue the normal execution of the program, debugger will stop at the access violation (UNIX)
win_fault_test
trigger a access violation, catch with a custom handler and continue the normal execution of the program, debugger will stop at the access violation (Windows)