rust_code_obfuscator_core 0.2.4

Core encryption and obfuscation logic for rustfuscator
Documentation

rust_code_obfuscator_core

crates.io lib.rs docs.rs

Core engine for the Rustfuscator — a control flow and syntax obfuscation tool for Rust codebases.


🧠 What is rust_code_obfuscator_core?

This crate is the core logic behind Rustfuscator, a Rust code obfuscation tool that transforms readable Rust code into functionally equivalent but harder-to-analyze and harder-to-reverse-engineer output.

It is not a standalone crate — it powers the procedural macros and CLI-level abstractions of the Rustfuscator project.