// // __scrt_dllmain_crt_thread_detach from 0x180120554 to 0x180120569 (21 bytes) // // 3 xrefs: // > dllmain_crt_dispatch @ 0x180120aad // > @ 0x180202498 // > @ 0x1802024a4 // // 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 _scrt_dllmain_crt_thread_detach() { _acrt_thread_detach(); _vcrt_thread_detach(); return 1; }