// // __acrt_RoUninitialize from 0x180135d00 to 0x180135d33 (51 bytes) // // 3 xrefs: // > common_end_thread @ 0x180130a14 // > @ 0x18020344c // > @ 0x180203458 // // 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 // __int64 (*_acrt_RoUninitialize())(void) { __int64 (*result)(void); // rax result = try_get_function(0x1Bu, "RoUninitialize", (unsigned int *)"\t", &dword_180174ADC); if ( result ) return (__int64 (*)(void))result(); return result; }