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]
Executing Calc.exe Shellcode
Download Earlycascade PoC: Download
cd earlycascade-injection
cargo run --release Notepad.exe .\w64-exec-calc-shellcode.bin
Note: This PoC Only Supports x64 shellcodes.
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.