88 Deobfuscator
Command-line deobfuscator for automation and batch processing
Supported Obfuscations:
- Base: base64, base32, base16
- Compressions: zlib, gzip, lzma
- Combinations: base + compression
- Alana: GrandioseeObf, CleverObf, XindexObf
- Specific: RendyObf, BlankObfv2, ChristianObf, ImpostorObf
- Auto-mode: automatic recognition of the obfuscation type and deobfuscate it
Installation & Run:
git clone https://github.com/k88-b/88deobfuscator-batch.git
cd 88deobfuscator-batch
uv sync
chmod +x ./deobfuscate
./deobfuscate --help
Usage examples:
# Auto‑detect and deobfuscate
./deobfuscate obfuscated.py
# Specify a method manually
./deobfuscate -m base64 obfuscated.py
# Output to a custom file
./deobfuscate -o cleaned.py obfuscated.py
# List all supported methods
./deobfuscate --list
Deobfuscating ChristianObf requires pycdc.
Before/After Example:
Contact:
- If you need help contact me on telegram: @k88_w

