Fix comment in shellcode asm

This commit is contained in:
Adam Macdonald 2025-02-09 00:51:43 +00:00
parent 8dfd00430d
commit 00c88ffc92

View File

@ -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()