We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b76e4 commit cdac135Copy full SHA for cdac135
external/source/shellcode/linux/aarch64/stager_sock_reverse.s
@@ -77,10 +77,10 @@ read_loop:
77
svc 0
78
cmn x0, #0x1
79
beq failed
80
- mov x2, x0 # The 'sync' syscall was added to fix a strange bug in RaspberryPi 4
81
- mov x8, #0x51 # More information here:
82
- svc 0 # https://github.com/rapid7/metasploit-framework/pull/19875
83
- mov x0, x2 #
+ mov x2, x0 // The 'sync' syscall was added to fix a strange bug in RaspberryPi 4
+ mov x8, #0x51 // More information here:
+ svc 0 // https://github.com/rapid7/metasploit-framework/pull/19875
+ mov x0, x2 //
84
add x3, x3, x0
85
subs x4, x4, x0
86
bne read_loop
0 commit comments