|
HyperDbg Debugger
|
Implementation of cross platform APIs for IRQL management. More...
#include "pch.h"Functions | |
| KIRQL | PlatformIrqlRaiseToDpcLevel (VOID) |
| Raise the current IRQL to DISPATCH_LEVEL. | |
| VOID | PlatformIrqlLower (KIRQL OldIrql) |
| Lower the current IRQL to the previously saved value. | |
Implementation of cross platform APIs for IRQL management.
| VOID PlatformIrqlLower | ( | KIRQL | OldIrql | ) |
Lower the current IRQL to the previously saved value.
| OldIrql | The previous IRQL to restore |
| KIRQL PlatformIrqlRaiseToDpcLevel | ( | VOID | ) |
Raise the current IRQL to DISPATCH_LEVEL.