{"type": "func", "start": 6443766924, "end": 6443766956, "name": "fegetenv", "pseudocode": "// \n// fegetenv from 0x18014148c to 0x1801414ac (32 bytes)\n// \n// 4 xrefs:\n// > __acrt_fltout @ 0x18013e21b\n// > fesetenv @ 0x1801414cf\n// > feholdexcept @ 0x180141510\n// > <???> @ 0x180203cb0\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 fegetenv(fenv_t *Env)\n{\n  Env->_Fe_ctl = _acrt_fenv_get_control();\n  Env->_Fe_stat = _acrt_fenv_get_status();\n  return 0;\n}", "assembly": "; \n; fegetenv from 0x18014148c to 0x1801414ac (32 bytes)\n; \n; 4 xrefs:\n; > __acrt_fltout @ 0x18013e21b\n; > fesetenv @ 0x1801414cf\n; > feholdexcept @ 0x180141510\n; > <???> @ 0x180203cb0\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\npush    rbx                                                            ; +0x0, 0x18014148c\nsub     rsp, 20h                                                       ; +0x2, 0x18014148e\nmov     rbx, rcx                                                       ; +0x6, 0x180141492\ncall    __acrt_fenv_get_control                                        ; +0x9, 0x180141495\nmov     [rbx], eax                                                     ; +0xe, 0x18014149a\ncall    __acrt_fenv_get_status                                         ; +0x10, 0x18014149c\nmov     [rbx+4], eax                                                   ; +0x15, 0x1801414a1\nxor     eax, eax                                                       ; +0x18, 0x1801414a4\nadd     rsp, 20h                                                       ; +0x1a, 0x1801414a6\npop     rbx                                                            ; +0x1e, 0x1801414aa\nretn                                                                   ; +0x1f, 0x1801414ab", "xrefs": ["__acrt_fltout @ 0x18013e21b", "fesetenv @ 0x1801414cf", "feholdexcept @ 0x180141510", "<???> @ 0x180203cb0"], "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"}