Advertisement
Guest User

Attempt1

a guest
Sep 5th, 2015
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     global  _main
  2.     import GetCommandLine kernel32.dll
  3.     extern  GetCommandLine
  4.  
  5.     section .text
  6. _main:
  7.     call    GetCommandLine
  8.     ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement