Recent
QilingLabs - Part 1
1671 words·8 mins
This series focuses on the exercises available in QilingLabs to improve binary emulation and reverse engineering skills.
Windows x64 Shellcode - Part 2
3404 words·16 mins
In the second part of this series, we learn how to resolve WinAPI functions in assembly dynamically. We build on the assembly program built in the first part and replace the hardcoded address of the target WinAPI with the dynamic WinAPI resolving logic.
Windows x64 Shellcode - Part 1
2410 words·12 mins
In this series, we dive into writing basic shellcode, which beings with learning how to write in assembly. After following this first article, we end up with a working assembly program that displays a message box.