HyperDbg Debugger
Toggle main menu visibility
Loading...
Searching...
No Matches
PlatformIrql.h
Go to the documentation of this file.
1
12
#pragma once
13
14
#if defined(__linux__)
15
# include "
../../../../include/SDK/HyperDbgSdk.h
"
16
#endif
// defined(__linux__)
17
19
// Functions //
21
22
#if defined(_WIN32) || defined(_WIN64)
23
24
KIRQL
25
PlatformIrqlRaiseToDpcLevel
(VOID);
26
27
VOID
28
PlatformIrqlLower
(KIRQL OldIrql);
29
30
#endif
// defined(_WIN32) || defined(_WIN64)
PlatformIrqlRaiseToDpcLevel
KIRQL PlatformIrqlRaiseToDpcLevel(VOID)
Raise the current IRQL to DISPATCH_LEVEL.
Definition
PlatformIrql.c:24
PlatformIrqlLower
VOID PlatformIrqlLower(KIRQL OldIrql)
Lower the current IRQL to the previously saved value.
Definition
PlatformIrql.c:48
HyperDbgSdk.h
hyperdbg
include
platform
kernel
header
PlatformIrql.h
Generated by
1.17.0