Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 368 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 368 Bytes

GTA-return-address-spoofing

works with most public invokers, spoofs the return address to act as a bypass and allow checked natives to be called.

Implement in your invoker EndCall example:
spoof_call(g_GameVariables->GetNativeReturnAddress(), static_cast<void(*)(rage::scrNativeCallContext*)>(handler), static_cast<rage::scrNativeCallContext*>(&m_Context));