extremecoders-re/pyinstxtractor
PyInstaller Extractor observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 93
- Release rhythm 62
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 257.0
- age_days: 2352
- days_rel: 42
- days_push: 42
- n_releases_24m: 3
Adoption not part of the score
4447 stars · 759 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Python script that extracts the contents of PyInstaller-generated executables, including fixing pyc headers so bytecode decompilers can process them. It supports PyInstaller 2.0 through 6.19 and can natively extract Linux ELF binaries.
Use cases
- extract pyc files from a pyinstaller exe
- decompile a python executable back to source
- analyze a packed python malware sample
- recover source code from a pyinstaller binary
- unpack pyz archive from an exe
- extract contents from a linux elf pyinstaller binary
When to choose
- you need to inspect or decompile a PyInstaller-packaged executable
- you want a lightweight script that runs on Python 2.x or 3.x
- you need broad support across many PyInstaller versions including ELF binaries
When to avoid
- the executable was not built with PyInstaller
- you need a standalone tool that runs without Python installed (use pyinstxtractor-ng)
- you want a browser-based extraction without running code locally
Facets
cli-tool · maturity stable
reverse-engineering parser security cli reverse-engineering security developer-tools python cli cross-platform windows pyinstaller pyc decompilation executable-extraction malware-analysis command-line linux macos
1 source
- readme: https://github.com/extremecoders-re/pyinstxtractor · fetched 2026-08-28 · 9d9a7764a8a8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| extremecoders-re/pyinstxtractor | main | 84 |
For agents
markdown · JSON · MCP: product_card(name="extremecoders-re/pyinstxtractor")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem