SkillAgentSearch skills...

88deobfuscator

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

Install / Use

/learn @k88-b/88deobfuscator

README

88 Deobfuscator

Supported Obfuscations:

  • Base: base64, base32, base16
  • Compressions: zlib, gzip, lzma
  • Combinations: base + compression
  • Alana: GrandioseeObf, CleverObf, XindexObf
  • Specific: RendyObf, BlankObfv2, ChristianObf, ImpostorObf
  • Auto-detection: automatic recognition of the obfuscation type

Installation & Run::

git clone https://github.com/k88-b/88deobfuscator.git
cd 88deobfuscator
uv sync
uv run src/alldecoder/main.py

Deobfuscating ChristianObf requires pycdc.

Before/After Example::

<div align="left"> <img src="https://github.com/user-attachments/assets/b29407e1-0928-4725-9d78-48fb79c4c6c8" width="45%" /> <img src="https://github.com/user-attachments/assets/16244ebd-35a9-44eb-915f-b8d6c7f26054" width="45%" /> </div>

Contact:

  • If you need help contact me on telegram: @k88_w

Related Skills

View on GitHub
GitHub Stars4
CategoryDesign
Updated3d ago
Forks0

Languages

Python

Security Score

75/100

Audited on Mar 31, 2026

No findings