You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set edx to one of kernel service tags and call gate. in call gate procedure edx out of bound would trigger int3 and to kernel via TSS gate. Kernel would check IF bit (cleared by call gate) and jmp to service identified by the fake tag. Is seems to be just "strange" way to call 'create' or 'kill' currently,but would make kernel access false arguments and cause violation in the future when more kernel services are added.
The text was updated successfully, but these errors were encountered:
set edx to one of kernel service tags and call gate. in call gate procedure edx out of bound would trigger int3 and to kernel via TSS gate. Kernel would check IF bit (cleared by call gate) and jmp to service identified by the fake tag. Is seems to be just "strange" way to call 'create' or 'kill' currently,but would make kernel access false arguments and cause violation in the future when more kernel services are added.
The text was updated successfully, but these errors were encountered: