// // __acrt_FlsFree from 0x1801359d8 to 0x180135a1e (70 bytes) // // 3 xrefs: // > __vcrt_uninitialize_ptd_0 @ 0x18013554b // > @ 0x1802033ec // > @ 0x1802033f8 // // 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 // int __fastcall _acrt_FlsFree(DWORD a1) { FARPROC function; // rax function = try_get_function(4u, "FlsFree", (unsigned int *)&unk_1801749C0, (unsigned int *)&unk_1801749C8); if ( function ) return ((__int64 (__fastcall *)(_QWORD))function)(a1); else return TlsFree(a1); }