{"type": "func", "start": 6443707908, "end": 6443707960, "name": "_copysign", "pseudocode": "// \n// _copysign from 0x180132e04 to 0x180132e38 (52 bytes)\n// \n// 1 xrefs:\n// > ldexp @ 0x18012760f\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\ndouble __cdecl copysign(double Number, double Sign)\n{\n  if ( (__int64)(*(_QWORD *)&Number ^ *(_QWORD *)&Sign) < 0 )\n    *(_QWORD *)&Number ^= 0x8000000000000000uLL;\n  return Number;\n}", "assembly": "; \n; _copysign from 0x180132e04 to 0x180132e38 (52 bytes)\n; \n; 1 xrefs:\n; > ldexp @ 0x18012760f\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\nmovsd   [rsp+arg_0], xmm0                                              ; +0x0, 0x180132e04\nmov     rcx, [rsp+arg_0]                                               ; +0x6, 0x180132e0a\nmovsd   [rsp+arg_0], xmm1                                              ; +0xb, 0x180132e0f\nmov     rax, [rsp+arg_0]                                               ; +0x11, 0x180132e15\nxor     rax, rcx                                                       ; +0x16, 0x180132e1a\njge     short locret_180132E37                                         ; +0x19, 0x180132e1d\nmov     rax, 8000000000000000h                                         ; +0x1b, 0x180132e1f\nxor     rcx, rax                                                       ; +0x25, 0x180132e29\nmov     [rsp+arg_0], rcx                                               ; +0x28, 0x180132e2c\nmovsd   xmm0, [rsp+arg_0]                                              ; +0x2d, 0x180132e31\nretn                                                                   ; +0x33, 0x180132e37", "xrefs": ["ldexp @ 0x18012760f"], "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"}