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

  • A procedural macro that encrypts a string literal at compile time.
  • A procedural macro that adds a compile-time randomly generated loop and variables.