About Me

Game Hacks: Among Us – IL2CPP Walkthrough

Introduction Among Us is a game developed using Unity and compiled with IL2CPP, a tool that converts the intermediate language (C#) into native C++ code. This process has the benefits of increased efficiency and allows the game to more easily support a wider range of platforms. In this blog post, we will discuss how to reverse engineer IL2CPP games and create an exploit that reveals the impostor in Among Us....

Kernel Driver Exploit: System Mechanic

Introduction Upon completing the Windows Kernel Exploitation by Ashfaq Ansari he provides a challenge to write a exploit for the System Mechanic driver. In this blog post we'll dive deep into the driver recon, vulnerability discovery, and the eventual driver exploitation. I'll also explain how I potentially discovered a new vulnerability (Vulnerability #2) which allows for arbitrary read and write of memory. Currently all of the public exploits/blogs (that I...