Use hook method
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -9,7 +9,7 @@ void ShowErrorMsg(LPCWSTR text) {
|
||||
|
||||
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {
|
||||
// 要启动的进程名
|
||||
const wchar_t* processName = L"jeweha_.exe";
|
||||
const wchar_t* processName = L"jeweha.exe";
|
||||
// 要注入的 DLL 路径
|
||||
const wchar_t* dllPath = L"jeweha_CHS_1.0.dll";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user