
dynamorio
Runtime instrumentation framework for building dynamic analysis tools: tracing, profiling, code coverage, memory debugging, fuzzing, and disassembly…

Runtime instrumentation framework for building dynamic analysis tools: tracing, profiling, code coverage, memory debugging, fuzzing, and disassembly…


Linux ptrace-based process tracing and debugging utility for inspecting system calls, memory, and program execution flow.

Academic research on N-Day Linux kernel vulnerabilities, analyzing CVE-2024-36886 in the TIPC networking subsystem, lifecycle, impact, and mitigation…

Linux Kernel Sanitizers, fast bug-detectors for the Linux kernel

ComfyEngine is a memory exploration toolkit built for people who need to monitor, patch, and script a running process.

GNU IFUNC is the real culprit behind CVE-2024-3094

Record and replay framework for deterministic debugging of multi-threaded applications, enabling reverse execution, hardware watchpoints, and…

A collection of my Frida instrumentation scripts to reverse engineer mobile apps and more.

User-mode x86_64 binary emulator for malware analysis and reverse engineering. Supports PE, ELF, memory dumps, and raw binaries with syscall tracing,…

Next generation web scanner

Fil-C: completely compatible memory safety for C and C++

Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW based)

Open-source mobile security testing suite for iOS and Android. Previously Passionfruit

Differential testing framework for HTTP implementations

An Interactive Binary Patching Plugin for IDA Pro

Coverage-guided fuzzer that uses taint tracking and scalar optimization to solve path constraints without symbolic execution, improving branch…

A powerful decompiler that lets you reverse-engineer React Native mobile apps by converting their compiled Hermes bytecode (.hbc) files back into…