Research & Engineering


Exploring Security, Fuzzing
& Fun Breaks

Deep technical research into exploitation techniques, fuzzing methodologies, and vulnerability analysis.

DiffRays Engine

DiffRays is a research-oriented tool for binary patch diffing, designed to aid in vulnerability research, exploit development, and reverse engineering. It leverages IDA Pro and the IDA Domain API to extract pseudocode of functions and perform structured diffing between patched and unpatched binaries.

Learn technical details

Open Source Engineering

Tools and libraries we build to accelerate vulnerability research.

POCs

Collection of proof‑of‑concept exploits for various CVEs and vulnerabilities.

Various (likely Python, C, etc.)PoC Repository
PwnLand

Pwning notes: tutorials, examples & challenge solutions for binary exploitation.

PythonExploit/CTF Repository
WindowsHeapMastery

Deep dives and tools focused on Windows heap internals and exploitation techniques.

C/C++Exploit Research Tool
commithunter

Staying top of the latest security related commits.

PythonSecurity Tool
roppy

A pwning toolkit to simplify exploit development workflows.

PythonPwning Toolkit
BYOVDFinder

PowerShell script to identify LOLDrivers that bypass HVCI policy in BYOVD scenarios.

PowerShellSecurity Tool
Patch Tuesday

A Python script to fetch, analyze, and report on Microsoft Security Updates (Patch Tuesday releases) from the MSRC API.

PythonSecurity Tool
WinDriver-EXP

Proof-of-Concept exploits for vulnerable Windows drivers. Contains PoCs for various driver vulnerabilities including elevation of privilege and remote code execution.

C/C++PoC Repository