A remote process injection using process snapshotting based on https://gitlab.com/ORCA000/snaploader , in rust. It creates a sacrificial process, takes a snapshot of the process, and injects shellcode into it.
☆50Jan 25, 2025Updated last year
Alternatives and similar repositories for snapinject_rs
Users that are interested in snapinject_rs are comparing it to the libraries listed below
Sorting:
- A Rust port of LayeredSyscall — performs indirect syscalls while generating legitimate API call stack frames by abusing VEH.☆164Oct 31, 2024Updated last year
- early cascade injection PoC based on Outflanks blog post, in rust☆62Nov 8, 2024Updated last year
- find dll base addresses without PEB WALK☆160Jul 13, 2025Updated 7 months ago
- Execute shellcode via Bluetooth device authentication☆40Feb 19, 2025Updated last year
- 64-bit, position-independent implant template for Windows in Rust.☆175Nov 28, 2025Updated 3 months ago
- A modern Rust implementation of the original Stardust project, providing a sophisticated 32/64-bit shellcode template that features posit…