// // _strnicoll from 0x18013454c to 0x180134561 (21 bytes) // // 3 xrefs: // > common_getenv_nolock @ 0x180128d7e // > common_set_variable_in_environment_nolock @ 0x18013af0b // > @ 0x180203248 // // 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 // int __cdecl strnicoll(const char *String1, const char *String2, size_t MaxCount) { if ( dword_1801F5150 ) return strnicoll_l(String1, String2, MaxCount, nullptr); else return strnicmp(String1, String2, MaxCount); }