{"type": "func", "start": 6443650272, "end": 6443650311, "name": "__std_type_info_compare", "pseudocode": "// \n// __std_type_info_compare from 0x180124ce0 to 0x180124d07 (39 bytes)\n// \n// 1 xrefs:\n// > Is_bad_exception_allowed @ 0x180126e7e\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 _std_type_info_compare(__int64 a1, __int64 a2)\n{\n  char *v2; // rax\n  __int64 v3; // rdx\n  char v4; // cl\n\n  if ( a1 == a2 )\n    return 0;\n  v2 = (char *)(a1 + 9);\n  v3 = a2 - a1;\n  while ( 1 )\n  {\n    v4 = *v2;\n    if ( *v2 != v2[v3] )\n      break;\n    ++v2;\n    if ( !v4 )\n      return 0;\n  }\n  return (unsigned __int8)*v2 < (unsigned __int8)v2[v3] ? -1 : 1;\n}", "assembly": "; \n; __std_type_info_compare from 0x180124ce0 to 0x180124d07 (39 bytes)\n; \n; 1 xrefs:\n; > Is_bad_exception_allowed @ 0x180126e7e\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     rcx, rdx                                                       ; +0x0, 0x180124ce0\njz      short loc_180124CFE                                            ; +0x3, 0x180124ce3\nadd     rdx, 9                                                         ; +0x5, 0x180124ce5\nlea     rax, [rcx+9]                                                   ; +0x9, 0x180124ce9\nsub     rdx, rax                                                       ; +0xd, 0x180124ced\nmov     cl, [rax]                                                      ; +0x10, 0x180124cf0\ncmp     cl, [rax+rdx]                                                  ; +0x12, 0x180124cf2\njnz     short loc_180124D01                                            ; +0x15, 0x180124cf5\ninc     rax                                                            ; +0x17, 0x180124cf7\ntest    cl, cl                                                         ; +0x1a, 0x180124cfa\njnz     short loc_180124CF0                                            ; +0x1c, 0x180124cfc\nxor     eax, eax                                                       ; +0x1e, 0x180124cfe\nretn                                                                   ; +0x20, 0x180124d00\nsbb     eax, eax                                                       ; +0x21, 0x180124d01\nor      eax, 1                                                         ; +0x23, 0x180124d03\nretn                                                                   ; +0x26, 0x180124d06", "xrefs": ["Is_bad_exception_allowed @ 0x180126e7e"], "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"}