Skip to content

Commit

Permalink
Enabled IofCallDriver and IoFreeIrp in the kernel thunk
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo720 committed Aug 21, 2024
1 parent c278f08 commit 54cd8db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nboxkrnl/ke/thunk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ULONG KernelThunkTable[379] =
(ULONG)FUNC(nullptr), //(ULONG)FUNC(&IoDeleteSymbolicLink), // 0x0045 (69)
(ULONG)VARIABLE(&IoDeviceObjectType), // 0x0046 (70)
(ULONG)VARIABLE(&IoFileObjectType), // 0x0047 (71)
(ULONG)FUNC(nullptr), //(ULONG)FUNC(&IoFreeIrp), // 0x0048 (72)
(ULONG)FUNC(&IoFreeIrp), // 0x0048 (72)
(ULONG)FUNC(&IoInitializeIrp), // 0x0049 (73)
(ULONG)FUNC(&IoInvalidDeviceRequest), // 0x004A (74)
(ULONG)FUNC(nullptr), //(ULONG)FUNC(&IoQueryFileInformation), // 0x004B (75)
Expand All @@ -106,7 +106,7 @@ ULONG KernelThunkTable[379] =
(ULONG)FUNC(nullptr), //(ULONG)FUNC(&IoStartPacket), // 0x0053 (83)
(ULONG)FUNC(nullptr), //(ULONG)FUNC(&IoSynchronousDeviceIoControlRequest), // 0x0054 (84)
(ULONG)FUNC(nullptr), //(ULONG)FUNC(&IoSynchronousFsdRequest), // 0x0055 (85)
(ULONG)FUNC(nullptr), //(ULONG)FUNC(&IofCallDriver), // 0x0056 (86)
(ULONG)FUNC(&IofCallDriver), // 0x0056 (86)
(ULONG)FUNC(&IofCompleteRequest), // 0x0057 (87)
(ULONG)FUNC(nullptr), //(ULONG)VARIABLE(&KdDebuggerEnabled), // 0x0058 (88)
(ULONG)FUNC(nullptr), //(ULONG)VARIABLE(&KdDebuggerNotPresent), // 0x0059 (89)
Expand Down

0 comments on commit 54cd8db

Please sign in to comment.