// // _wcsicmp from 0x180134d30 to 0x180134d76 (70 bytes) // // 5 xrefs: // > convert_to_stat_mode @ 0x1801295bb // > convert_to_stat_mode @ 0x1801295ce // > convert_to_stat_mode @ 0x1801295e1 // > convert_to_stat_mode @ 0x1801295f4 // > @ 0x1802032d8 // // 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 wcsicmp(const wchar_t *String1, const wchar_t *String2) { if ( dword_1801F5150 ) return wcsicmp_l(String1, String2, nullptr); if ( String1 && String2 ) return _ascii_wcsicmp((unsigned __int16 *)String1, (unsigned __int16 *)String2); *errno() = 22; invalid_parameter_noinfo(); return 0x7FFFFFFF; }