https://github.com/daschr/embed_str
Xor encrypted inline assembly string embedding example in Rust (similiar to GULoader).
https://github.com/daschr/embed_str
guloader malware obfuscation reverse-engineering rust
Last synced: 12 months ago
JSON representation
Xor encrypted inline assembly string embedding example in Rust (similiar to GULoader).
- Host: GitHub
- URL: https://github.com/daschr/embed_str
- Owner: daschr
- License: mit
- Created: 2024-03-29T08:48:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T13:55:12.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T20:17:03.582Z (12 months ago)
- Topics: guloader, malware, obfuscation, reverse-engineering, rust
- Language: Rust
- Homepage: https://dsxm.de/embed-str-asm/
- Size: 8.79 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hiding between opcode bytes - GUloader-like string obfuscation in Rust
Example code for https://dsxm.de/embed-str-asm/
## Building
* build it with `--release` on *i686-pc-windows-msvc*