labyrinth_macros 1.0.0

A procedural macro crate for the labyrinth crate meant to provide obfuscation through compile time string encryption. not meant to be used standalone
Documentation

labyrinth_macros

labyrinth_macros is a procedural macro crate designed to complement the labyrinth super crate. It provides powerful compile-time string and control flow obfuscation capabilities, aimed at enhancing the security and complexity of Rust code. Not meant to be used standalone, necessary obfuscation features are in the super crate labyrinth

Features

  • String Obfuscation: Automatically encrypts string literals in your code at compile time, making them harder to read and understand.
  • Flow Obfuscation: Introduces dummy loops and random variables into control flows, enhancing the overall obfuscation of the logic.

License

labyrinth_macros is licensed under the MIT License - see the LICENSE file for details.