mirror of
https://github.com/wangdage12/Snap.Hutao.git
synced 2026-02-17 15:06:39 +08:00
添加注意
This commit is contained in:
@@ -101,7 +101,8 @@ internal sealed class GameIslandInterop : IGameIslandInterop
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
// Wait a bit for process to initialize
|
// Wait a bit for process to initialize
|
||||||
// await Task.Delay(5000, token).ConfigureAwait(false);
|
// await Task.Delay(500, token).ConfigureAwait(false);
|
||||||
|
// ⚠️此处需要更多调查
|
||||||
|
|
||||||
// Inject using RemoteThread
|
// Inject using RemoteThread
|
||||||
DllInjectionUtilities.InjectUsingRemoteThread(islandPath, context.Process.Id);
|
DllInjectionUtilities.InjectUsingRemoteThread(islandPath, context.Process.Id);
|
||||||
@@ -240,4 +241,4 @@ internal sealed class GameIslandInterop : IGameIslandInterop
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user