Skip to content

Commit a151547

Browse files
authored
Update 2024-11-10-x64 Assembly & Shellcoding 101 - Part 5.md
1 parent ad70151 commit a151547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-11-10-x64 Assembly & Shellcoding 101 - Part 5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ and rsp, 0xFFFFFFFFFFFFFFF0
4747
xor rcx, rcx ; RCX = 0
4848
mov rax, [gs:rcx + 0x60] ; RAX = PEB
4949
mov rax, [rax + 0x18] ; RAX = PEB->Ldr
50-
mov rsi,[rax+0x10] ; PEB.Ldr->InMemOrderModuleList
50+
mov rsi,[rax+0x10] ; PEB.Ldr->InLoadOrderModuleList
5151
mov rsi, [rsi]
5252
mov rsi,[rsi]
5353
mov rbx, [rsi+0x30] ; kernel32.dll base address

0 commit comments

Comments
 (0)