Projects and Research

Security research, CVEs, and open source projects

Game Hacking in Rust

DLL made in Rust as a fun project based on PwnAdventure3. Explores process memory hooking using detour and trampoline hooking, as well as reading structure pointers to achieve what's needed in the game.

#rust
#game-hacking
#dll
#memory-hooking
CLR Hosting in Rust

Native Rust implementation of the CLR hosting interfaces, which is the Core Language Runtime used by .NET to load managed binaries in native processes. Allows .NET managed binaries to be loaded in Rust native processes.

#rust
#clr
#dotnet
#native
Advanced Process Injection

Tool made using modern C++ that abuses the Windows API to achieve Remote Process Injection based on DLL files. Circumvents common detections by not using common Windows API calls like LoadLibrary and CreateRemoteThread, instead using advanced techniques such as Dynamic Memory Mapping.

#c++
#process-injection
#windows-api
#evasion
go-subdoc
2021
Microsoft Word subDoc Injection

Tool made with Go that injects a hidden malicious subdoc field in Microsoft Word documents. Commonly used to steal NTLMv2 hashes by using the SMB protocol. Based on research into Microsoft Office exploitation techniques.

#go
#msoffice
#phishing
#ntlm
#subdoc
Clicker
2020
Desktop Automation Tool

Software for automation and simulation of repetitive human tasks in Desktop environments. Developed with C++ using Windows API features and frameworks for better system integration.

#c++
#automation
#windows-api
#desktop
Anti-Cheat Bypass

Software for bypassing security routines implemented in Valve Anti-Cheat (VAC). Techniques based on Remote Process Hook Hijacking, Memory Hacking and DLL Injection abusing the dynamic linking of Windows processes.

#c++
#anti-cheat
#bypass
#memory-hacking
NjAttacker
2019
C2 Disruption Tool

Solution used as a disruptive measure against C2 hosts using the popular NjRat malware. By abusing bugs and lack of secure connection implementation in NjRat, it's possible to launch an amplified Denial-of-Service (DoS) attack at the application layer.

#c++
#malware
#dos
#c2
#disruption