Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

88 Deobfuscator

Menu Version

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

About

A Python script designed to deobfuscate various programs protected using popular obfuscation methods.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages