// // __acrt_LocaleNameToLCID from 0x180135bfc to 0x180135c4c (80 bytes) // // 4 xrefs: // > __acrt_CompareStringEx @ 0x18013594e // > __acrt_LCMapStringEx @ 0x180135bba // > @ 0x180203428 // > @ 0x180203434 // // 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_LocaleNameToLCID(__int64 a1, unsigned int a2) { FARPROC function; // rax function = try_get_function( 0x16u, "LocaleNameToLCID", (unsigned int *)&unk_180174A78, (unsigned int *)"LocaleNameToLCID"); if ( function ) return ((__int64 (__fastcall *)(__int64, _QWORD))function)(a1, a2); else return _acrt_DownlevelLocaleNameToLCID(a1); }