Created
June 18, 2013 09:04
-
-
Save nk0t/5803822 to your computer and use it in GitHub Desktop.
HelloWorld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BITS 32 | |
mov eax, 4 | |
mov ebx, 1 | |
push 0x0a21646c | |
push 0x726f576f | |
push 0x6c6c6548 | |
mov ecx, esp | |
mov edx, 12 | |
int 0x80 | |
mov eax, 1 | |
mov ebx, 0 | |
int 0x80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment