{"type": "func", "start": 6443715824, "end": 6443715886, "name": "__ascii_wcsicmp", "pseudocode": "// \n// __ascii_wcsicmp from 0x180134cf0 to 0x180134d2e (62 bytes)\n// \n// 2 xrefs:\n// > _wcsicmp @ 0x180134d65\n// > _wcsicmp_l @ 0x180134ddc\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\n__int64 __fastcall _ascii_wcsicmp(unsigned __int16 *a1, unsigned __int16 *a2)\n{\n  int v4; // r8d\n  int v5; // edx\n  int v6; // r9d\n  int v7; // ecx\n  __int64 result; // rax\n\n  do\n  {\n    v4 = *a1++;\n    v5 = *a2++;\n    v6 = v4 + 32;\n    if ( (unsigned int)(v4 - 65) > 0x19 )\n      v6 = v4;\n    v7 = v5 + 32;\n    if ( (unsigned int)(v5 - 65) > 0x19 )\n      v7 = v5;\n    result = (unsigned int)(v6 - v7);\n  }\n  while ( !(_DWORD)result && v6 );\n  return result;\n}", "assembly": "; \n; __ascii_wcsicmp from 0x180134cf0 to 0x180134d2e (62 bytes)\n; \n; 2 xrefs:\n; > _wcsicmp @ 0x180134d65\n; > _wcsicmp_l @ 0x180134ddc\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\nmov     r11, rdx                                                       ; +0x0, 0x180134cf0\nmov     r10, rcx                                                       ; +0x3, 0x180134cf3\nmovzx   r8d, word ptr [r10]                                            ; +0x6, 0x180134cf6\nlea     r10, [r10+2]                                                   ; +0xa, 0x180134cfa\nmovzx   edx, word ptr [r11]                                            ; +0xe, 0x180134cfe\nlea     r11, [r11+2]                                                   ; +0x12, 0x180134d02\nlea     eax, [r8-41h]                                                  ; +0x16, 0x180134d06\ncmp     eax, 19h                                                       ; +0x1a, 0x180134d0a\nlea     r9d, [r8+20h]                                                  ; +0x1d, 0x180134d0d\nlea     eax, [rdx-41h]                                                 ; +0x21, 0x180134d11\ncmova   r9d, r8d                                                       ; +0x24, 0x180134d14\nlea     ecx, [rdx+20h]                                                 ; +0x28, 0x180134d18\ncmp     eax, 19h                                                       ; +0x2b, 0x180134d1b\nmov     eax, r9d                                                       ; +0x2e, 0x180134d1e\ncmova   ecx, edx                                                       ; +0x31, 0x180134d21\nsub     eax, ecx                                                       ; +0x34, 0x180134d24\njnz     short locret_180134D2D                                         ; +0x36, 0x180134d26\ntest    r9d, r9d                                                       ; +0x38, 0x180134d28\njnz     short loc_180134CF6                                            ; +0x3b, 0x180134d2b\nretn                                                                   ; +0x3d, 0x180134d2d", "xrefs": ["_wcsicmp @ 0x180134d65", "_wcsicmp_l @ 0x180134ddc"], "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"}