// // __acrt_AppPolicyGetThreadInitializationTypeInternal from 0x1801357d8 to 0x180135826 (78 bytes) // // 2 xrefs: // > __acrt_get_begin_thread_init_policy @ 0x180138dd1 // > @ 0x1802033bc // // 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 // __int64 __fastcall _acrt_AppPolicyGetThreadInitializationTypeInternal(__int64 a1) { FARPROC function; // rax function = try_get_function(0x1Du, "AppPolicyGetThreadInitializationType", &dword_180174B20, &dword_180174B24); if ( function ) return ((__int64 (__fastcall *)(__int64, __int64))function)(-6, a1); else return 3221226021LL; }