{"type": "func", "start": 6443243312, "end": 6443243341, "name": "FMOD_OS_Thread_Destroy", "pseudocode": "// \n// FMOD_OS_Thread_Destroy from 0x1800c1730 to 0x1800c174d (29 bytes)\n// \n// 4 xrefs:\n// > sub_1800B8560 @ 0x1800b85fd\n// > <???> @ 0x180194348\n// > <???> @ 0x1801fdbf0\n// > <???> @ 0x1801fdbfc\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 FMOD_OS_Thread_Destroy(void *a1)\n{\n  BOOL v1; // eax\n  unsigned int v2; // ecx\n\n  v1 = CloseHandle(a1);\n  v2 = 0;\n  if ( !v1 )\n    return 28;\n  return v2;\n}", "assembly": "; \n; FMOD_OS_Thread_Destroy from 0x1800c1730 to 0x1800c174d (29 bytes)\n; \n; 4 xrefs:\n; > sub_1800B8560 @ 0x1800b85fd\n; > <???> @ 0x180194348\n; > <???> @ 0x1801fdbf0\n; > <???> @ 0x1801fdbfc\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\nsub     rsp, 28h                                                       ; +0x0, 0x1800c1730\ncall    cs:CloseHandle                                                 ; +0x4, 0x1800c1734\nxor     ecx, ecx                                                       ; +0xa, 0x1800c173a\nmov     edx, 1Ch                                                       ; +0xc, 0x1800c173c\ntest    eax, eax                                                       ; +0x11, 0x1800c1741\ncmovz   ecx, edx                                                       ; +0x13, 0x1800c1743\nmov     eax, ecx                                                       ; +0x16, 0x1800c1746\nadd     rsp, 28h                                                       ; +0x18, 0x1800c1748\nretn                                                                   ; +0x1c, 0x1800c174c", "xrefs": ["sub_1800B8560 @ 0x1800b85fd", "<???> @ 0x180194348", "<???> @ 0x1801fdbf0", "<???> @ 0x1801fdbfc"], "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"}