{"type": "func", "start": 6443713868, "end": 6443713889, "name": "_strnicoll", "pseudocode": "// \n// _strnicoll from 0x18013454c to 0x180134561 (21 bytes)\n// \n// 3 xrefs:\n// > common_getenv_nolock<char> @ 0x180128d7e\n// > common_set_variable_in_environment_nolock<char> @ 0x18013af0b\n// > <???> @ 0x180203248\n// \n// This function is hookable on this platform!\n// \n// Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA\n// Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings\n// \n\nint __cdecl strnicoll(const char *String1, const char *String2, size_t MaxCount)\n{\n  if ( dword_1801F5150 )\n    return strnicoll_l(String1, String2, MaxCount, nullptr);\n  else\n    return strnicmp(String1, String2, MaxCount);\n}", "assembly": "; \n; _strnicoll from 0x18013454c to 0x180134561 (21 bytes)\n; \n; 3 xrefs:\n; > common_getenv_nolock<char> @ 0x180128d7e\n; > common_set_variable_in_environment_nolock<char> @ 0x18013af0b\n; > <???> @ 0x180203248\n; \n; This function is hookable on this platform!\n; \n; Using BromaIDA 8.0.0 @ https:;github.com/Stazzical/BromaIDA\n; Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https:;github.com/geode-sdk/bindings\n; \n\ncmp     cs:dword_1801F5150, 0                                          ; +0x0, 0x18013454c\njz      _strnicmp                                                      ; +0x7, 0x180134553\nxor     r9d, r9d; Locale                                               ; +0xd, 0x180134559\njmp     _strnicoll_l                                                   ; +0x10, 0x18013455c", "xrefs": ["common_getenv_nolock<char> @ 0x180128d7e", "common_set_variable_in_environment_nolock<char> @ 0x18013af0b", "<???> @ 0x180203248"], "is_objc": false, "is_arm32": false, "is_arm64": false, "bida_info": "8.0.0 @ https://github.com/Stazzical/BromaIDA", "bindings_info": "commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings"}