AddVectoredExceptionHandler
The AddVectoredExceptionHandler function is used to register a vectored exception handler in a Windows program. This function allows a developer to specify a function to be called when an exception occurs in the program. The function takes two parameters:
First: an integer value that specifies the order in which the handler should be called. If this parameter is nonzero, the handler is the first to be called, otherwise, it is the last to be called.
Handler: a pointer to the handler function that should be called. This function should take one parameter, which is a pointer to an EXCEPTION_POINTERS structure that contains information about the exception.
If the function succeeds, it returns a handle to the exception handler. If it fails, it returns NULL.
Through official Microsoft Developer Network (MSDN).
Featured in Techniques
Technique Name | Technique ID's | Snippet(s) | Rules(s) | OS |
---|---|---|---|---|
INT 0x2D | U0129 B0001.006 | |||
Trap Flag | U0131 | |||
AddVectoredExceptionHandler | U0125 |
Matching Samples 10 most recent
Sample Name | Matching Techniques | First Seen | Last Seen |
---|---|---|---|
implant.exe | 6 | 2024-11-18 | 3 days, 10 hours ago |
dudu.exe | 6 | 2024-11-14 | 1 week ago |
al-khaser.exe | 24 | 2024-11-13 | 1 week ago |
oxide.exe | 11 | 2024-11-13 | 1 week ago |
nop_check_final.exe | 8 | 2024-11-13 | 1 week ago |
RBPeLndKwP | 7 | 2024-11-13 | 1 week ago |