// // __acrt_MessageBoxW from 0x180135c4c to 0x180135cbd (113 bytes) // // 3 xrefs: // > unknown_libname_70 @ 0x1801393af // > @ 0x180203434 // > @ 0x180203440 // // 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 __fastcall _acrt_MessageBoxW(__int64 a1, __int64 a2, __int64 a3, unsigned int a4) { FARPROC function; // rax function = try_get_function(0x19u, "MessageBoxW", (unsigned int *)"\r", (unsigned int *)"MessageBoxW"); if ( !function ) abort(); return ((__int64 (__fastcall *)(__int64, __int64, __int64, _QWORD))function)(a1, a2, a3, a4); }