goldberg
goldberg copied to clipboard
A Rust-based obfuscation macro library!
Results
3
goldberg issues
Sort by
recently updated
recently updated
newest added
- Created the `goldberg_include_str!` macro. Behaves like the built-in `include_str!` macro. - Currently the path is relative to the building working directory (Usually where `Cargo.toml` is placed). - I might...
I was doing some testing, and it seems that goldberg cannot obfuscate compile time environment variables with env!. Just wanted to drop this in here to let you, and other...