

My experiments in weaponizing Nim (https://nim-lang.org/)

This program is designed to demonstrate various process injection techniques

InjectProc - Process Injection Techniques [This project is not maintained anymore]

A technique to run binaries filelessly and stealthily on Linux by "overwriting" the shell's process with another.

Pinjectra is a C/C++ OOP-like library that implements Process Injection techniques (with focus on Windows 10 64-bit)

C# based tool which automates the process of discovering and exploiting DLL Hijacks in target binaries. The Hijacked paths discovered can later be…

Windows x64 handcrafted token stealing kernel-mode shellcode

Linux kernel privilege-escalation exploit for CVE-2026-46242, a race-condition use-after-free in epoll, with 99% reliable root on desktops, servers,…

PE injection technique that overwrites a suspended process's executable with a payload, enabling code execution under a benign process identity.

Dynamically convert an unmanaged EXE or DLL file to PIC shellcode by prepending a shellcode stub.

Utilizing TLS callbacks to execute a payload without spawning any threads in a remote process

Full exploit code for CVE-2026-40369 - A Windows kernel arbitrary write vulnerability that allows browser sandbox escape from all browsers render…

P³-Shellcode Loader is a loader that implements a code injection technique which leverages the Process Parameters structure as an execution and…

A happy heap editor to support your exploitation process :slightly_smiling_face:

Hijacks code execution via overwriting Control Flow Guard pointers in combase.dll

A variation of ProcessOverwriting to execute shellcode on an executable's section

Simple POC library to execute arbitrary calls proxying them via NdrServerCall2 or similar