// // __acrt_initialize_ptd from 0x180135500 to 0x180135539 (57 bytes) // // 3 xrefs: // > @ 0x1801730e0 // > @ 0x180203374 // > @ 0x180203380 // // 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 _acrt_initialize_ptd() { dword_1801B1870 = _acrt_FlsAlloc(Concurrency::details::SchedulerProxy::DeleteThis); if ( dword_1801B1870 == -1 ) return 0; if ( !_acrt_getptd_noexit() ) { _vcrt_uninitialize_ptd_0(0); return 0; } return 1; }