// // fesetenv from 0x1801414ac to 0x1801414f8 (76 bytes) // // 4 xrefs: // > __acrt_fltout @ 0x18013f3cb // > feholdexcept @ 0x18014152b // > @ 0x180203cb0 // > @ 0x180203cbc // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // int __cdecl fesetenv(const fenv_t *Env) { fenv_t Enva; // [rsp+30h] [rbp+8h] BYREF _acrt_fenv_set_control(Env->_Fe_ctl); _acrt_fenv_set_status(Env->_Fe_stat); Enva = 0; return fegetenv(&Enva) || Env->_Fe_ctl != Enva._Fe_ctl || Env->_Fe_stat != Enva._Fe_stat; }