Fix comment in shellcode asm
This commit is contained in:
parent
8dfd00430d
commit
00c88ffc92
@ -9,7 +9,7 @@
|
||||
|
||||
.section .text
|
||||
_start:
|
||||
movq %rdi, %r11 # Temporarily remove dlopen_fn_ptr
|
||||
movq %rdi, %r11 # Move dlopen_fn_ptr to a temp. register
|
||||
|
||||
# Set up dlopen() call
|
||||
movq %rsi, %rdi # Move path string ready for dlopen()
|
||||
|
Loading…
x
Reference in New Issue
Block a user