mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
missed one dbg log
This commit is contained in:
parent
138460485d
commit
71fdea4adb
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ std::string loadGeode() {
|
|||
};
|
||||
#endif
|
||||
|
||||
MessageBoxA(NULL, std::format("hyaa! found the address {:x}", patchAddr - geode::base::get()).c_str(), "Geode", 0);
|
||||
MSG_BOX_DEBUG("found the main address {:x}", patchAddr - geode::base::get());
|
||||
|
||||
DWORD oldProtect;
|
||||
if (!VirtualProtectEx(process, reinterpret_cast<void*>(patchAddr), patchSize, PAGE_EXECUTE_READWRITE, &oldProtect))
|
||||
|
|
Loading…
Reference in a new issue