// // __acrt_update_thread_multibyte_data from 0x18013a874 to 0x18013a890 (28 bytes) // // 3 xrefs: // > sub_180135F90 @ 0x180135fb3 // > @ 0x180203878 // > @ 0x180203884 // // 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 // struct __crt_multibyte_data *_acrt_update_thread_multibyte_data() { struct __acrt_ptd *v0; // rax v0 = (struct __acrt_ptd *)_acrt_getptd(); return update_thread_multibyte_data_internal(v0, &qword_1801F55D0); }