// // _SetThrowImageBase from 0x1801257d8 to 0x1801257f0 (24 bytes) // // 3 xrefs: // > FindHandler<__FrameHandler3> @ 0x180125df0 // > @ 0x180202858 // > @ 0x180202864 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // __int64 __fastcall SetThrowImageBase(__int64 a1) { __int64 result; // rax result = _vcrt_getptd(a1); *(_QWORD *)(result + 104) = a1; return result; }