Skip to content

Commit 9e7f672

Browse files
update the single sources with s/SHELLARG/ARGV0/
1 parent 8e7e559 commit 9e7f672

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

external/source/shellcode/linux/armle/single_sock_bind.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ loop:
7373
subs r1, r1, #1
7474
bpl loop
7575

76-
@ execve(SHELL, [SHELLARG], [NULL])
76+
@ execve(SHELL, [ARGV0], [NULL])
7777
add r0, pc, #36
7878
eor r4, r4, r4
7979
push {r4}
@@ -95,7 +95,7 @@ loop:
9595
.word 0x00000000
9696
.word 0x00000000
9797
.word 0x00000000
98-
@ SHELLARG
98+
@ ARGV0
9999
.word 0x00000000 @ the args!
100100
.word 0x00000000
101101
.word 0x00000000

external/source/shellcode/linux/armle/single_sock_reverse.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ _start:
6363
mov r7, #63
6464
svc 0
6565

66-
@ execve(SHELL, [SHELLARG], [NULL])
66+
@ execve(SHELL, [ARGV0], [NULL])
6767
add r0, pc, #36
6868
eor r4, r4, r4
6969
push {r4}
@@ -86,7 +86,7 @@ _start:
8686
.word 0x00000000
8787
.word 0x00000000
8888
.word 0x00000000
89-
@ SHELLARG
89+
@ ARGV0
9090
.word 0x00000000 @ the args!
9191
.word 0x00000000
9292
.word 0x00000000

0 commit comments

Comments
 (0)