Published onJuly 26, 2024Writing and Deploying Pwn Challenges [Multi-arch/OS]dev-notespwndockerdeploymentCreating pwn challenges for different OS/arch from scratch, and deploying it remotely using Docker.
Published onJune 27, 2023Taking Screenshots using Windows API in C++dev-noteswindowswindows-apic++screenshotbmpUtilizing Windows API in C++ to take screenshot and store it in file and in memory. The output is in BMP format and can be stored in either a file or in memory.