Jump to content

Can someone help me?


babuinos
 Share

Recommended Posts

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

Link to comment
Share on other sites

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

  • Like 2
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...