Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 623 Bytes

File metadata and controls

14 lines (10 loc) · 623 Bytes

「🔄」About RustSCLoader

RustSCLoader is a simple code that has the intention of loading a shellcode directly into RAM memory in a new process that will be created, called notepad.exe. The library used in the code is known as winapi, which allows the programmer to make calls to Windows API's.

Build

git clone https://github.com/Brosck/RustSCLoader
cd RustSCLoader
cargo build --release
.\target\release\rustscloader.exe