mirror of
https://github.com/HIllya51/LunaHook.git
synced 2025-01-12 04:49:37 +08:00
fix
This commit is contained in:
parent
d27e1c059f
commit
196995c7d0
@ -864,8 +864,8 @@ void Hooksearchsetting::call(std::set<DWORD> pids, std::wstring reg)
|
||||
}
|
||||
|
||||
wcscpy(sp.boundaryModule, editmodule->text().c_str());
|
||||
sp.minAddress = std::stoll(editminaddr->text(), nullptr, 16);
|
||||
sp.maxAddress = std::stoll(editmaxaddr->text(), nullptr, 16);
|
||||
sp.minAddress = std::stoull(editminaddr->text(), nullptr, 16);
|
||||
sp.maxAddress = std::stoull(editmaxaddr->text(), nullptr, 16);
|
||||
sp.padding = spinpadding->getcurr();
|
||||
realcallsearchhooks(pids, editregex->text(), sp);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user