Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
idapro / opt / ida90 / libexec / idapro / plugins / bochs / api_user32.idc
Size: Mime:
#include <idc.idc>

// The format of this file is described in api_kernel32.idc

///func=MessageBoxA entry=messagebox purge=0x10
static messagebox()
{
  auto param2;

  param2 = BochsGetParam(2);

  msg("MessageBoxA() has been called: %s\n", get_strlit_contents(param2, -1, STRTYPE_C));

  eax = 1;

  // Continue execution
  return 0;
}