// // __acrt_RoInitialize from 0x180135cc0 to 0x180135d00 (64 bytes) // // 2 xrefs: // > unknown_libname_61 @ 0x1801309ba // > @ 0x18020344c // // 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 // FARPROC __fastcall _acrt_RoInitialize(unsigned int a1) { FARPROC result; // rax result = try_get_function(0x1Au, "RoInitialize", (unsigned int *)"\t", (unsigned int *)"RoInitialize"); if ( result ) return (FARPROC)((__int64 (__fastcall *)(_QWORD))result)(a1); return result; }