// // __scrt_initialize_default_local_stdio_options from 0x18002016c to 0x180020187 (27 bytes) // // 2 xrefs: // > dllmain_crt_process_attach @ 0x18001f8fa // > @ 0x18004b2e0 // // 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 // _QWORD *_scrt_initialize_default_local_stdio_options() { _QWORD *v0; // rax _QWORD *result; // rax v0 = sub_1800171B0(); *v0 |= 0x24uLL; result = sub_180020164(); *result |= 2uLL; return result; }