Example Usage
// examples/simple.rs
use muddy::muddy;
let non_obfuscated = "notsupersecret9001";
let obfuscated = muddy!("supersecret42");
println!("{}", non_obfuscated);
println!("{}", obfuscated);
See also
AMSI Bypass Techniques
Open Source
Collection of PowerShell AMSI (Antimalware Scan Interface) bypass techniques. Patches AMSI in-memory…
aidsfuscator
Free
Aidsfuscator is a java bytecode obfuscator that aims to become the best, if not then one of the best…
Obfusk8
Open Source
Obfusk8: lightweight Obfuscation library based on C++17 / Header Only for windows binaries…
ai-code-decompile
Free
🚀 AI-powered JavaScript Decompiler & Deobfuscator. 基于 AI 与 AST 的 JS 代码分析与混淆还原工具,把不可读的构建产物变成人能看懂的代码。…
soSaver
Open Source
A Frida-based utility for dynamically extracting native (.so) libraries from Android applications.…
smtp-tunnel-proxy
Open Source
A high-speed covert tunnel that disguises TCP traffic as SMTP email communication to bypass Deep Pac…