Expand description
labyrinth_macros
crate provides procedural macros for compile-time obfuscation. NOT MEANT TO BE USED STANDALONE.
This crate includes macros like encrypt_string
and flow_stmt
which are used
to enhance the security of Rust code by obfuscating strings and control flows.
Macrosยง
- encrypt_
string - A procedural macro that encrypts a string literal at compile time.
- flow_
stmt - A procedural macro that adds a compile-time randomly generated loop and variables.