Skip to content

Commit

Permalink
Update 2024-11-3-x64 Assembly & Shellcoding 101 - Part 2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
g3tsyst3m authored Jan 4, 2025
1 parent 6140789 commit 7f2e62e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ mov eax, [r11+r13*4] ; Get the function RVA.
![image](https://github.com/user-attachments/assets/73c50ad3-bd92-46cd-9208-b5f86dea6339)

```nasm
add rax, r8 ; Found the GetProcAddress WinApi!!!
add rax, r8 ; Found the WinExec WinApi!!!
```

**Add kernel32 to our RVA of WinExec**
Expand Down

0 comments on commit 7f2e62e

Please sign in to comment.