Repository URL to install this package:
Version:
9.0~240807-1.fc42 ▾
|
#include <idc.idc>
// The format of this file is descriped in api_kernel32.idc
//--------------------------------------------------------------------------
///func=MessageBoxA entry=messagebox purge=0x10
static messagebox()
{
auto param2 = BochsGetParam(2);
msg("MessageBoxA() has been called: %s\n", get_strlit_contents(param2, -1, STRTYPE_C));
rax = 1;
// Continue execution
return 0;
}