The Tech PlatformMay 29, 2021My RCE PoC walkthrough for (CVE-2021–21974) VMware ESXi OpenSLP heap-overflow vulnerabilityDuring a recent engagement, I discovered a machine that is running VMware ESXi 6.7.0. Upon inspecting any known vulnerabilities...
The Tech PlatformMay 20, 2021.NETHow We Added Raspberry Pi Support to Our .NET SDKRaspberry Pi is a small single-board computer that has gained popularity in recent years. Its low cost, small size, and versatility make...
The Tech PlatformJan 31, 2021LinuxLINUX – HANDLING SIGNALS IN A MULTITHREADED APPLICATIONSignals are very useful feature in linux to send notification from one process to another and from the kernel to the process. Signals are...
The Tech PlatformAug 28, 2020Graphics Design"The Same Game", Part 5 of 5: Adding an Undo/Redo Stack and Keyboard AcceleratorsIntroduction This is it. We are almost done with our version of the SameGame. We've discussed quite a few topics ranging from event...
The Tech PlatformAug 28, 2020Graphics Design"The Same Game", Part 4 of 5: Adjusting Board Size and Block CountIntroduction Our version of the SameGame is really taking shape. We have a game that can be played from start to finish in five different...
The Tech PlatformAug 28, 2020Graphics Design"The Same Game": A Simple Game from Start to Finish - PART-2Document/View Architecture The document/view architecture is an interesting paradigm where we separate the actual application data from...