// // _SetImageBase from 0x1801257c0 to 0x1801257d8 (24 bytes) // // 2 xrefs: // > __FrameHandler3::FrameUnwindToState @ 0x180126c25 // > @ 0x180202858 // // 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 SetImageBase(__int64 a1) { __int64 result; // rax result = _vcrt_getptd(a1); *(_QWORD *)(result + 96) = a1; return result; }