Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T13:55:12.000Z (10 months ago)
- Last Synced: 2024-04-02T16:27:10.879Z (10 months ago)
- Topics: guloader, malware, obfuscation, reverse-engineering, rust
- Language: Rust
- Homepage: https://dsxm.de/embed-str-asm/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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*