TLDRBins TLDRBins / Python Decompile


Usage Tips:

  • Click on a keyword to enable inline editing.
  • Click inside a code block to copy (excludes comments).
  • Use the button to view examples.
  • Click outside to collapse all examples.

Tools

# Unpack pyinstaller packed binary pyinstxtractor <FILE>
Sample Output: TO-DO
# Install pip3 install uncompyle6
Sample Output: TO-DO
# Run (need .pyc extension) uncompyle6 <PYC_FILE>
Sample Output: TO-DO
# Install git clone https://github.com/zrax/pycdc.git
Sample Output: TO-DO
cd pycdc
Sample Output: TO-DO
cmake .
Sample Output: TO-DO
make
Sample Output: TO-DO
make check
Sample Output: TO-DO
# Run ./pycdc <PYC_FILE>
Sample Output: TO-DO

Ref: pycdc