{"type": "func", "start": 6443758740, "end": 6443758760, "name": "fegetround", "pseudocode": "// \n// fegetround from 0x18013f494 to 0x18013f4a8 (20 bytes)\n// \n// 3 xrefs:\n// > should_round_up @ 0x180137f1c\n// > sub_18013DC24 @ 0x18013dcd4\n// > <???> @ 0x180203b6c\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\nint __cdecl fegetround()\n{\n  unsigned int control; // eax\n\n  control = _acrt_fenv_get_control();\n  return _acrt_fenv_get_common_round_control(control);\n}", "assembly": "; \n; fegetround from 0x18013f494 to 0x18013f4a8 (20 bytes)\n; \n; 3 xrefs:\n; > should_round_up @ 0x180137f1c\n; > sub_18013DC24 @ 0x18013dcd4\n; > <???> @ 0x180203b6c\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, 0x18013f494\ncall    __acrt_fenv_get_control                                        ; +0x4, 0x18013f498\nmov     ecx, eax                                                       ; +0x9, 0x18013f49d\nadd     rsp, 28h                                                       ; +0xb, 0x18013f49f\njmp     __acrt_fenv_get_common_round_control                           ; +0xf, 0x18013f4a3", "xrefs": ["should_round_up @ 0x180137f1c", "sub_18013DC24 @ 0x18013dcd4", "<???> @ 0x180203b6c"], "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"}