// // fegetenv from 0x18014148c to 0x1801414ac (32 bytes) // // 4 xrefs: // > __acrt_fltout @ 0x18013e21b // > fesetenv @ 0x1801414cf // > feholdexcept @ 0x180141510 // > @ 0x180203cb0 // // 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 fegetenv(fenv_t *Env) { Env->_Fe_ctl = _acrt_fenv_get_control(); Env->_Fe_stat = _acrt_fenv_get_status(); return 0; }