Abusing exception to run the shellcode.
Eksekusi shellcode melalui exception yang telah didaftarkan melalui AddVectoredExceptionhandler dan dipicu dengan RaiseException.
PVOID AddVectoredExceptionHandler (ULONG First, PVECTORED_EXCEPTION_HANDLER Handler);
void RaiseException (DWORD dwExceptionCode, DWORD dwExceptionFlags, DWORD nNumberOfArguments, const ULONG_PTR *lpArguments);
ULONG RemoveVectoredExceptionHandler (PVOID Handle);