CovetousEyes

[FASM] Demo for Shellcode RunPE without CreateProcess

Feb 21st, 2013
536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. use32
  2. format PE GUI 4.0
  3. include 'win32a.inc'
  4. include 'pe.inc'
  5. entry start
  6. section '.code' code readable writeable executable
  7. RunPE:
  8. file 'RunPE.bin'
  9. start:
  10. stdcall RunPE, PEFILE
  11. PEFILE:
  12. file 'stored_exe.bin'
Advertisement
Add Comment
Please, Sign In to add comment