Guest User

Untitled

a guest
Jun 13th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         mov dword ptr SS:[esp + 4], 0h
  2.     mov dword ptr SS:[esp], OFFSET retGetModuleHandleA
  3.     jmp GetModuleHandleA
  4.    
  5.     retGetModuleHandleA:
  6.     mov dword ptr SS:[esp + 4], eax
  7.     mov dword ptr SS:[esp], OFFSET retExitProcess
  8.     jmp ExitProcess
  9.     retExitProcess:
Add Comment
Please, Sign In to add comment