pyinstxtractor
Extractor
Extracts contents from PyInstaller-generated executable files.
PyInstaller Extractor
3k stars
58 watching
618 forks
Language: Python
last commit: 21 days 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,955 |
indygreg/pyoxidizer | A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. | 5,510 |
joerick/pyinstrument | A Python profiler tool used to identify and optimize slow parts of code. | 6,686 |
benfred/py-spy | A tool that lets you visualize what your program is spending time on without modifying the code. | 12,909 |
pypi/warehouse | A software system that powers the package registry for Python packages | 3,606 |
pyserial/pyserial | A Python library providing access to serial ports across various operating systems. | 3,263 |
pyo3/pyo3 | Rust bindings for Python interpreter | 12,498 |
jendrikseipp/vulture | Automatically finds and reports unused code in Python programs. | 3,539 |
tyiannak/pyaudioanalysis | A comprehensive Python library for feature extraction, classification, segmentation, and applications of audio data. | 5,905 |
amdegroot/ssd.pytorch | An implementation of a deep learning-based object detection system in PyTorch. | 5,152 |
rocky/python-uncompyle6 | Decomposes Python bytecode back into equivalent source code | 3,824 |
pypa/pip | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,546 |
mhammond/pywin32 | Provides access to Windows APIs from Python | 5,078 |
mtshiba/pylyzer | A fast and feature-rich static code analyzer and language server for Python | 2,513 |
pyinvoke/invoke | A Python library for managing shell-oriented subprocesses and organizing executable code into CLI-invokable tasks | 4,412 |