babuinos Posted June 15, 2021 Share Posted June 15, 2021 hooks::present_address = reinterpret_cast<uint8_t>(util::FindSignature("gameoverlayrenderer.dll", "FF 15 ? ? ? ? 8B F8 85 DB") + 0x2); // hooks::original_present = reinterpret_cast<hooks::present_fn>(hooks::present_address); reinterpret_cast<void>(hooks::present_address) = reinterpret_cast<void*>(&hooks::hooked_present); my paste crash from second line but i don't know how to solve it. please help Quote Link to comment Share on other sites More sharing options...
btc Posted June 15, 2021 Share Posted June 15, 2021 8 hours ago, babuinos said: hooks::present_address = reinterpret_cast<uint8_t>(util::FindSignature("gameoverlayrenderer.dll", "FF 15 ? ? ? ? 8B F8 85 DB") + 0x2); // I think the problem is in endscene, take a look into these: https://github.com/ChoZenTime/aristois-pasted-by-choZen/blob/master/core/hooks/hooks.cpp https://github.com/rudyrdx/LSD/blob/master/lsd/Hooks.cpp 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.