Rust-for-Malware-Development

EARLYCASCADE INJECTION IN RUST

This is just a simple PoC implementation of the early cascade injection technique documented by the Outflank blog post.

Special Thanks to @C5pider for his POC for Early-Cascade Injection.

This code was tested on Microsoft Windows 11 Home [Version 10.0.22631]

PoC

Executing Calc.exe Shellcode

PoC

Download Earlycascade PoC: Download

USAGE:

cd earlycascade-injection

cargo run --release Notepad.exe .\w64-exec-calc-shellcode.bin

Note: This PoC Only Supports x64 shellcodes.

Reference / Credit:

You can replace any shellcode if you need. I Just used calc.bin shellcode !

By @5mukx

For More PoC Codes. Please Check: Rust for Malware Development Repository.