// // __acrt_thread_detach from 0x180132988 to 0x180132998 (16 bytes) // // 3 xrefs: // > __scrt_dllmain_crt_thread_detach @ 0x180120558 // > @ 0x180203080 // > @ 0x18020308c // // 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 // __crt_bool __cdecl _acrt_thread_detach() { _acrt_freeptd(); return 1; }