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-DOcd pycdc
Sample Output:
TO-DOcmake .
Sample Output:
TO-DOmake
Sample Output:
TO-DOmake check
Sample Output:
TO-DO# Run
./pycdc <PYC_FILE>
Sample Output:
TO-DORef: pycdc