// // _flushall from 0x180138a54 to 0x180138a5b (7 bytes) // // 2 xrefs: // > __acrt_uninitialize_stdio @ 0x18012f98e // > __acrt_uninitialize @ 0x1801329aa // // 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 flushall() { return common_flush_all(1); }