pyinstxtractor
Extractor
Extracts contents from PyInstaller-generated executable files.
PyInstaller Extractor
3k stars
59 watching
624 forks
Language: Python
last commit: 2 months ago
Linked from 1 awesome list
decompilepycpyc-filespyinstallerpyinstaller-extractorpythonpython-decompilerreverse-engineering
Related projects:
Repository | Description | Stars |
---|---|---|
pyinstaller/pyinstaller | A tool for bundling Python applications and their dependencies into standalone executables. | 11,999 |
indygreg/pyoxidizer | A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. | 5,562 |
joerick/pyinstrument | A Python profiler tool used to identify and optimize slow parts of code. | 6,727 |
benfred/py-spy | A tool that lets you visualize what your program is spending time on without modifying the code. | 12,992 |
pypi/warehouse | The software behind the Python Package Index. | 3,617 |
pyserial/pyserial | Library for accessing serial ports from Python programs | 3,274 |
pyo3/pyo3 | Rust bindings for the Python interpreter | 12,615 |
jendrikseipp/vulture | Automatically finds and reports unused code in Python programs. | 3,561 |
tyiannak/pyaudioanalysis | A comprehensive Python library for feature extraction, classification, segmentation, and applications of audio data. | 5,918 |
amdegroot/ssd.pytorch | An implementation of a deep learning-based object detection system in PyTorch. | 5,160 |
rocky/python-uncompyle6 | Decomposes Python bytecode back into equivalent source code | 3,836 |
pypa/pip | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,569 |
mhammond/pywin32 | Provides access to many Windows APIs from Python. | 5,101 |
mtshiba/pylyzer | A fast and feature-rich static code analyzer and language server for Python | 2,550 |
pyinvoke/invoke | A Python library for managing shell-oriented subprocesses and organizing executable code into CLI-invokable tasks | 4,426 |