Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
xchwarze committed Jul 13, 2024
1 parent b7f7c0c commit 535aa20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TOOLS-LITE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 535aa20

Please sign in to comment.