Bytecode Decompiler & Obfuscation Assistant

Loads Python pyc bytecode via marshal after importlib header validation, pretty-prints raw dis, reconstructs a basic-block control-flow graph annotated with loop heads and try/except regions, renames mangled single-letter variables using usage heuristics, renders a readable structured pseudo-Python outline, flags obfuscation signatures such as missing strings, oversized constants and dynamic eval execution, and documents the uncompyle6 byte-exact pipeline when it is installable.

RMAzrim Updated

File contents

RMAzrim/opencode-artes/tree/main/docs/skills/bytecode-decompiler-assistant commit 4de1fe109c

Frequently asked questions

npx skillmds@latest add rmazrim/bytecode-decompiler-obfuscation-assistant