Merge remote-tracking branch 'upstream/main' into dvar_sessionmode

This commit is contained in:
BrentVL-1952840 2023-03-20 21:29:41 +01:00
commit a04e9ade85

View File

@ -71,7 +71,8 @@ namespace arxan
uint64_t get_callstack_return_stub()
{
const auto placeholder = game::select(0x140001056, 0x140101167);
const auto placeholder = game::select(0x140001056, 0x140101168);
utils::hook::set<uint8_t>(placeholder - 2, 0xFF); // fakes a call
utils::hook::nop(placeholder, 1);
utils::hook::jump(placeholder + 1, utils::hook::assemble(callstack_return_stub));