Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djackreuter/rustlualoader
https://github.com/djackreuter/rustlualoader
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/djackreuter/rustlualoader
- Owner: djackreuter
- Created: 2024-07-22T20:22:48.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-16T16:08:00.000Z (about 1 month ago)
- Last Synced: 2024-12-16T17:26:44.750Z (about 1 month ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rainmana - djackreuter/rustlualoader - Shellcode loader that executes embedded Lua from Rust. (Rust)
README
# rustlualoader
Blog post: [Embedding Lua into Rust](https://www.synercomm.com/blog/evading-defender-by-embedding-lua-into-rust/)
## Usage:
1. [XOR encrypt](https://github.com/djackreuter/shellcode-encryption) 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