Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frank2/goldberg
A Rust-based obfuscation macro library!
https://github.com/frank2/goldberg
Last synced: 2 months ago
JSON representation
A Rust-based obfuscation macro library!
- Host: GitHub
- URL: https://github.com/frank2/goldberg
- Owner: frank2
- License: gpl-3.0
- Created: 2022-04-01T07:05:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T10:49:42.000Z (8 months ago)
- Last Synced: 2024-08-08T16:54:31.214Z (5 months ago)
- Language: Rust
- Size: 37.1 KB
- Stars: 157
- Watchers: 5
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rust-security - goldberg - procedural macro library for (Offensive Security and Red Teaming / Packing, Obfuscation, Encryption, Anti-analysis)
README
# Goldberg
**Goldberg** is a Rust procedural macro library for obfuscating Rust code. Its obfuscation techniques are designed to survive both compilation as well as optimization. While not intended to be a source code obfuscator, it *can* be used as such. It is named after Rube Goldberg machines.Currently, the following types of obfuscation are supported:
* code-flow obfuscation
* string literal encryption
* integer literal obfuscationThe documentation can be found [here](https://docs.rs/goldberg). For usage examples, read [the tests file](https://github.com/frank2/goldberg/blob/main/tests/tests.rs). The changelog history can be found [here](https://github.com/frank2/goldberg/blob/main/CHANGELOG.md).