// // __acrt_AppPolicyGetShowDeveloperDiagnosticInternal from 0x180135788 to 0x1801357d6 (78 bytes) // // 2 xrefs: // > __acrt_get_developer_information_policy @ 0x180138e25 // > @ 0x1802033b0 // // 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_AppPolicyGetShowDeveloperDiagnosticInternal(__int64 a1) { FARPROC function; // rax function = try_get_function(0x1Eu, "AppPolicyGetShowDeveloperDiagnostic", &dword_180174B50, &dword_180174B54); if ( function ) return ((__int64 (__fastcall *)(__int64, __int64))function)(-6, a1); else return 3221226021LL; }