mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
feat: switch framework hooks from vtable to sigs
This commit is contained in:
parent
92518e22b0
commit
3397b608d0
8 changed files with 21 additions and 94 deletions
|
|
@ -324,6 +324,7 @@ namespace Dalamud.Injector
|
|||
startInfo.BootLogPath = GetLogPath("dalamud.boot");
|
||||
startInfo.BootEnabledGameFixes = new List<string> { "prevent_devicechange_crashes", "disable_game_openprocess_access_check", "redirect_openprocess" };
|
||||
startInfo.BootDotnetOpenProcessHookMode = 0;
|
||||
// startInfo.BootWaitMessageBox = 2;
|
||||
// startInfo.BootUnhookDlls = new List<string>() { "kernel32.dll", "ntdll.dll", "user32.dll" };
|
||||
|
||||
return startInfo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue