From 00c88ffc92da8ba6187e5a4b25283d2e30177d18 Mon Sep 17 00:00:00 2001 From: Adam Macdonald <72780006+twokilohertz@users.noreply.github.com> Date: Sun, 9 Feb 2025 00:51:43 +0000 Subject: [PATCH] Fix comment in shellcode asm --- donIV/shellcode/dlopen_shellcode.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/donIV/shellcode/dlopen_shellcode.s b/donIV/shellcode/dlopen_shellcode.s index 331feaf..e52b8bb 100644 --- a/donIV/shellcode/dlopen_shellcode.s +++ b/donIV/shellcode/dlopen_shellcode.s @@ -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()