Skip to content

Commit 535aa20

Browse files
committed
Docs update
1 parent b7f7c0c commit 535aa20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

TOOLS-LITE.md

+5
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ Tools for decompiling binaries to source code.
9999
- **Developer:** extremecoders-re
100100
- **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.
101101

102+
### [PYTHON] Python Decompyle++
103+
- **Web:** https://github.com/xchwarze/pycdc
104+
- **Developer:** Michael Hansen, Darryl Pogue, charlietang98, Kunal Parmar, Olivier Iffrig, Zlodiy
105+
- **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.
106+
102107

103108
## 🛠 Dissasembler
104109
Resources and tools to disassemble compiled programs.

0 commit comments

Comments
 (0)