index
:
bufflow.git
A collection of code examples e.g. a buffer overflow + exploit, crypter, shellcodes and more.
log msg
author
committer
range
master
about
summary
refs
log
tree
commit
diff
path:
root
/
shellcode
/
hello.asm
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'shellcode/hello.asm')
-rw-r--r--
shellcode/hello.asm
4
1 files changed, 2 insertions, 2 deletions
diff --git a/shellcode/hello.asm b/shellcode/hello.asm
index 13eaaff..ef42f2f 100644
--- a/
shellcode/hello.asm
+++ b/
shellcode/hello.asm
@@ -8,7 +8,7 @@ jmp short string
code:
pop ecx
mov bl,1
-mov dl,12
+mov dl,13
mov al,4
int 0x80
dec bl
@@ -16,4 +16,4 @@ mov al,1
int 0x80
string:
call code
-db 'Hello World!'
+db 'Hello World!', 0x0A