Skip to content

Commit 4f4bcb4

Browse files
authored
Update 2024-11-17-x64 Assembly & Shellcoding 101 - Conclusion.md
1 parent a151547 commit 4f4bcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-11-17-x64 Assembly & Shellcoding 101 - Conclusion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ and rsp, 0xFFFFFFFFFFFFFFF0 ; stack alignment
3535
xor rcx, rcx ; RCX = 0
3636
mov rax, [gs:rcx + 0x60] ; RAX = PEB
3737
mov rax, [rax + 0x18] ; RAX = PEB->Ldr
38-
mov rsi,[rax+0x10] ; PEB.Ldr->InMemOrderModuleList
38+
mov rsi,[rax+0x10] ; PEB.Ldr->InLoadOrderModuleList
3939
mov rsi, [rsi]
4040
mov rsi,[rsi]
4141
mov rbx, [rsi+0x30] ; kernel32.dll base address

0 commit comments

Comments
 (0)