// // __vcrt_thread_detach from 0x180124b70 to 0x180124b82 (18 bytes) // // 4 xrefs: // > sub_18012052C @ 0x180120546 // > __scrt_dllmain_crt_thread_detach @ 0x18012055d // > @ 0x1802026a8 // > @ 0x1802026b4 // // 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 // __vcrt_bool __cdecl _vcrt_thread_detach() { _vcrt_freeptd(nullptr); return 1; }