mirror of
https://github.com/djackreuter/rustlualoader
synced 2026-06-08 13:50:37 +00:00
388 B
388 B
rustlualoader
Blog post: Embedding Lua into Rust
Usage:
- XOR encrypt your shellcode and place the raw shellcode file into src/sc.bin.
- Update
local keyon line 77 with your decryption key. - Compile with
cargo build -r - ???
- Profit