Skip to content

P3GLEG/shellcode_loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to compile for linux

cargo build --release --target x86_64-unknown-linux-gnu --bin shellcode_loader

How to compile for mac

cargo build -v --release --target x86_64-apple-darwin

How to compile on Windows

cargo build --release --target i686-pc-windows-msvc

How to compile for Windows

cargo build --release --target i686-pc-windows-msvc

This will require vstools is downloaded. Check out here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages