添加注意

This commit is contained in:
hoshiizumiya
2025-11-23 21:29:19 +08:00
committed by GitHub
parent 5f196253b3
commit 63c4792e00

View File

@@ -101,7 +101,8 @@ internal sealed class GameIslandInterop : IGameIslandInterop
try
{
// Wait a bit for process to initialize
// await Task.Delay(5000, token).ConfigureAwait(false);
// await Task.Delay(500, token).ConfigureAwait(false);
// ⚠️此处需要更多调查
// Inject using RemoteThread
DllInjectionUtilities.InjectUsingRemoteThread(islandPath, context.Process.Id);
@@ -240,4 +241,4 @@ internal sealed class GameIslandInterop : IGameIslandInterop
}
}
}
}
}