|
|
@ -4,7 +4,6 @@ extern seh_handler : proc
|
|
|
|
__de_handler proc
|
|
|
|
__de_handler proc
|
|
|
|
__pf_handler proc
|
|
|
|
__pf_handler proc
|
|
|
|
__gp_handler proc
|
|
|
|
__gp_handler proc
|
|
|
|
cli
|
|
|
|
|
|
|
|
push rax
|
|
|
|
push rax
|
|
|
|
push rbx
|
|
|
|
push rbx
|
|
|
|
push rcx
|
|
|
|
push rcx
|
|
|
@ -43,7 +42,6 @@ __gp_handler proc
|
|
|
|
pop rax
|
|
|
|
pop rax
|
|
|
|
add rsp, 8 ; remove exception code on the stack...
|
|
|
|
add rsp, 8 ; remove exception code on the stack...
|
|
|
|
|
|
|
|
|
|
|
|
sti
|
|
|
|
|
|
|
|
iretq
|
|
|
|
iretq
|
|
|
|
__gp_handler endp
|
|
|
|
__gp_handler endp
|
|
|
|
__pf_handler endp
|
|
|
|
__pf_handler endp
|
|
|
|