// // __acrt_FlsGetValue from 0x180135a20 to 0x180135a66 (70 bytes) // // 5 xrefs: // > __acrt_freeptd @ 0x180135285 // > __acrt_getptd @ 0x1801352da // > __acrt_getptd_head @ 0x18013539d // > __acrt_getptd_noexit @ 0x180135456 // > @ 0x180203404 // // 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 // LPVOID __fastcall _acrt_FlsGetValue(DWORD a1) { FARPROC function; // rax function = try_get_function(5u, "FlsGetValue", (unsigned int *)&unk_1801749C8, (unsigned int *)&unk_1801749D0); if ( function ) return (LPVOID)((__int64 (__fastcall *)(_QWORD))function)(a1); else return TlsGetValue(a1); }