Crate labyrinth_macros

Source
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.