Click here to Skip to main content
15,920,896 members
Articles / Desktop Programming / Win32

simple windows shellcode - invoke message box

Rate me:
Please Sign up or sign in to vote.
1.67/5 (3 votes)
25 Apr 2010CPOL 22.6K   2  
:laugh: :laugh: :laugh: This trick will show you how shellcode works (in a simple way). First, create a Win32 application, and delete all generated code in your main.cpp and leave the _tWinMain block empty and return 0. And then, put MessageBox function, make all parameters zero. The code...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Indonesia Indonesia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions