Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 469 Bytes

Asynchronous Procedure Calls.md

File metadata and controls

12 lines (9 loc) · 469 Bytes

Asynchronous Procedure Calls

Remove APCs for a thread

Remove APC Entry List

Disable APCs for a thread

  • KTHREAD.MiscFlags.ApcQueueable

    Make thread non-apc queueable

  • KeEnterGuardedRegion() and KeLeaveGuardedRegion()

    KTHREAD.SpecialApcDisable

  • IRQL ≥ APC_LEVEL