Skip to content

Shellcode loader that executes embedded Lua from Rust.

Notifications You must be signed in to change notification settings

djackreuter/rustlualoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustlualoader

Blog post: Embedding Lua into Rust

Usage:

  1. XOR encrypt your shellcode and place the raw shellcode file into src/sc.bin.
  2. Update local key on line 77 with your decryption key.
  3. Compile with cargo build -r
  4. ???
  5. Profit

About

Shellcode loader that executes embedded Lua from Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages