Skip to content

γ€ŒπŸ”„γ€A simple code that will load a shellcode directly into RAM memory in a new process

License

Notifications You must be signed in to change notification settings

MrEmpy/RustSCLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

γ€ŒπŸ”„γ€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/MrEmpy/RustSCLoader
cd RustSCLoader
cargo build --release
.\target\release\rustscloader.exe

Releases

No releases published

Packages

No packages published

Languages