mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-18 13:20:11 +10:00
Patcher: fix compilation with dotnet 8
This commit is contained in:
@@ -81,7 +81,7 @@ PatchDefinition Name="RootAccess-MainOS" VersionFrom="EFIESP\Windows\System32\Bo
|
||||
|
||||
PatchFile Path="Windows\System32\ntoskrnl.exe"
|
||||
|
||||
// Fase 1: find all kernel-functions
|
||||
// Phase 1: find all kernel-functions
|
||||
|
||||
JumpToExport "SeAccessCheckWithHint"
|
||||
CreateLabel "SeAccessCheckWithHint"
|
||||
@@ -150,7 +150,7 @@ PatchDefinition Name="RootAccess-MainOS" VersionFrom="EFIESP\Windows\System32\Bo
|
||||
JumpToExport "ObReferenceObjectByHandleWithTag"
|
||||
CreateLabel "ObReferenceObjectByHandleWithTag"
|
||||
|
||||
// Fase 2: patches
|
||||
// Phase 2: patches
|
||||
|
||||
JumpToLabel "SeAccessCheckByType"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user