Skip to content

Instantly share code, notes, and snippets.

@sl4v
Last active December 14, 2017 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sl4v/3abcb19b6b6db2fbe7ff542067099d62 to your computer and use it in GitHub Desktop.
Save sl4v/3abcb19b6b6db2fbe7ff542067099d62 to your computer and use it in GitHub Desktop.
HMODULE user32 = LoadLibrary("user32.dll");
MsgBox = GetProcAddress(user32, "MessageBoxA");
MsgBox(NULL, "Text", "Caption", 0, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment