Patcher: fix compilation with dotnet 8

This commit is contained in:
Gustave Monce
2024-10-21 23:25:50 +02:00
parent 3c66688303
commit bb9702a3c3
4 changed files with 13 additions and 8 deletions
@@ -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"