From 535aa20728e03d540a0d2642ae4c5a3339747028 Mon Sep 17 00:00:00 2001 From: DSR! Date: Fri, 12 Jul 2024 22:27:51 -0300 Subject: [PATCH] Docs update --- TOOLS-LITE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TOOLS-LITE.md b/TOOLS-LITE.md index e035fd3..5981516 100644 --- a/TOOLS-LITE.md +++ b/TOOLS-LITE.md @@ -99,6 +99,11 @@ Tools for decompiling binaries to source code. - **Developer:** extremecoders-re - **Description:** Python script to extract the contents of a PyInstaller generated Windows executable file. The contents of the pyz file (usually pyc files) present inside the executable are also extracted. The header of the pyc files are automatically fixed so that a Python bytecode decompiler will recognize it. +### [PYTHON] Python Decompyle++ +- **Web:** https://github.com/xchwarze/pycdc +- **Developer:** Michael Hansen, Darryl Pogue, charlietang98, Kunal Parmar, Olivier Iffrig, Zlodiy +- **Description:** Decompyle++ is a tool that aims to translate compiled Python byte-code back into valid and human-readable Python source code. It includes both a byte-code disassembler (pycdas) and a decompiler (pycdc), and supports byte-code from any version of Python. + ## 🛠 Dissasembler Resources and tools to disassemble compiled programs.