// // __vcrt_freefls from 0x180124dbc to 0x180124ddb (31 bytes) // // 2 xrefs: // > __vcrt_initialize_ptd @ 0x180124f0c // > @ 0x18020272c // // 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 // void __fastcall _vcrt_freefls(void *a1) { if ( a1 ) { if ( a1 != &unk_1801F4A70 ) free(a1); } }