Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 611 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 611 Bytes

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)

image

image