Published onDecember 7, 2023PCC '23 - Rev - IntIOrevpcc-23windowskernelReversing a simple S-BOX based encryption to get the flag from a Windows Driver (and two more ways of doing the same).
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.