Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 804 Bytes

File metadata and controls

25 lines (14 loc) · 804 Bytes

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 [Version 10.0.22631]

Reference / Credit:

USAGE:

cd earlycascade-injection

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

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