Python
Decompile .pyc files
Several software can be used to decompile python bytecode.
Software Source Notes uncompyle6
GitHub Decompiles Python bytecode to equivalent Python source code. Support python versions up to to 3.8. Legend has it that it exists an option (maybe -d) that can succeed when the regular decompilation fails. Decompyle++
GitHub Less reliable, but can decompile every python3 versions. Easy Python Decompiler
Website Windows GUI to decompile python bytecode. Pyinstaller Extractor
- GitHubExtracts the python bytecode from pyinstaller windows executables. Can be decomplied after.
python3 pyinstxtractor.py <filename>
An alternative is
pydumpck