// // __vcrt_uninitialize_ptd from 0x180124f50 to 0x180124f72 (34 bytes) // // 4 xrefs: // > __vcrt_uninitialize @ 0x180124b8c // > __vcrt_uninitialize_critical @ 0x180124ba4 // > __vcrt_initialize_ptd @ 0x180124f43 // > @ 0x180202768 // // 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 // char _vcrt_uninitialize_ptd() { if ( dwTlsIndex != -1 ) { _vcrt_FlsFree(); dwTlsIndex = -1; } return 1; }