// // __vcrt_FlsFree from 0x180125178 to 0x1801251be (70 bytes) // // 2 xrefs: // > __vcrt_uninitialize_ptd @ 0x180124f5f // > @ 0x1802027a4 // // 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 _vcrt_FlsFree(DWORD a1) { FARPROC function; // rax function = try_get_function(1u, "FlsFree", (unsigned int *)&unk_180170AC8, (unsigned int *)"FlsFree"); if ( function ) return ((__int64 (__fastcall *)(_QWORD))function)(a1); else return TlsFree(a1); }