Skip to content

Instantly share code, notes, and snippets.

@multiplex3r
Created August 31, 2017 02:17
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 multiplex3r/c12d905280f3df6da00f1a4c83741862 to your computer and use it in GitHub Desktop.
Save multiplex3r/c12d905280f3df6da00f1a4c83741862 to your computer and use it in GitHub Desktop.
Replacement for calc.exe in wine :)
#include <windows.h>
#include <winbase.h>
void main(){
MessageBox(0,"You have been pwnd!","Pwnd!",1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment