| Crates.io | goldberg |
| lib.rs | goldberg |
| version | 0.1.0 |
| created_at | 2022-04-15 06:13:35.408663+00 |
| updated_at | 2022-04-15 06:13:35.408663+00 |
| description | A Rust-based obfuscation macro library! |
| homepage | |
| repository | https://github.com/frank2/goldberg |
| max_upload_size | |
| id | 568259 |
| size | 87,424 |
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:
The documentation can be found here. For usage examples, read the tests file. The changelog history can be found here.