Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- global _start
- section .text
- _start:
- jmp message
- message:
- call shellcode
- db "Religion is the sigh of the oppressed creature, the heart of a heartless world, and the soul of soulless conditions. It is the opium of the people - Karl Marx", 0xa
- shellcode:
- pop ecx
- mov ebx, 1
- mov edx, 0x2a
- mov eax, 4
- int 0x80
- ;mov eax, 1
- ;mov ebx, 0
- ;int 0x80
Add Comment
Please, Sign In to add comment