// // __scrt_initialize_default_local_stdio_options from 0x180123dac to 0x180123dc7 (27 bytes) // // 2 xrefs: // > dllmain_crt_process_attach @ 0x180120b3e // > @ 0x180202600 // // 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_1800429F0(); *v0 |= 0x24uLL; result = sub_180123DA4(); *result |= 2uLL; return result; }