pyinstxtractor VS pyinstaller-hooks-contrib

Compare pyinstxtractor vs pyinstaller-hooks-contrib and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
pyinstxtractor pyinstaller-hooks-contrib
11 3
2,412 85
- -
5.1 9.2
13 days ago 7 days ago
Python Python
GNU General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pyinstxtractor

Posts with mentions or reviews of pyinstxtractor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-17.
  • Pasar de un .exe a un .py
    1 project | /r/programacion | 10 May 2023
  • Hack The Box - Vessel [Hard] - Walkthrough
    2 projects | dev.to | 17 Feb 2023
    I have used pyinstxtractor to extract the *.pyc files, and then the uncomplyle6 to decompile the *.pyc files. Which has led me to the actual source code of the binary:
  • How to reverse .EXE to .Py
    6 projects | /r/Python | 4 Aug 2022
    Also, be real, you mention you use it once in the credits at the bottom of your readme while also advertising your mate's tool that ALSO looks like it uses identical code to the original, this time without even mentioning it. And given he also makes CS:GO cheat tools by the looks of it, I struggle to understand why any of you think you have the moral high ground in any of this...
  • Synack Red Team Five CTF Writeup - Rev
    3 projects | dev.to | 5 May 2022
    It's a Pyinstaller binary.(I have used it once before, so I just knew it by checking the file.) Use https://github.com/extremecoders-re/pyinstxtractor to extract its source code archive in binary (by just running python pyinstxtractor.py ./backdoor or something), now many .pyc files are extracted. Find src.pyc and it's malformed as Python3.9, so https://github.com/rocky/python-uncompyle6/ denies to decompile. But challenge information says it's Python3.8, so I write helloworld python script and execute it with Python3.8. It yields Python3.8 .pyc file. Analyze it and find signature is \x55. Change src.pyc's signature from \x61 to \x55 and decompile by running uncompyle6 backdoor-src.38.pyc > backdoor-src.py
  • avoid contractor exploiting tkinter software...
    1 project | /r/learnpython | 30 Mar 2022
    If it's a pyinstaller blob, you can crack it open with tools like https://github.com/extremecoders-re/pyinstxtractor
  • I got hacked with a python script
    2 projects | /r/learnpython | 31 Dec 2021
  • Quick and easiest way to convert python project to exe
    1 project | /r/madeinpython | 15 Sep 2021
    auto-py-to-exe is a GUI interface for PyInstaller (a famous freezer packager for python projects). While very user friendly, it should be noted that the .exe made using PyInstaller (or auto-py-to-exe) is very easy to reverse engineer (https://github.com/extremecoders-re/pyinstxtractor).
  • Converting an exe back to .py
    1 project | /r/learnpython | 21 Apr 2021
  • Is there a way for me to secure docker images deployed on-premise?
    2 projects | /r/docker | 23 Feb 2021
    which boils down to slapping the Python Interpreter + the code in an executable form it is trivially easy to access the code inside such executables: https://github.com/extremecoders-re/pyinstxtractor
  • Need to decompile an exe compiled with PyInstaller
    1 project | /r/learnpython | 18 Jan 2021

pyinstaller-hooks-contrib

Posts with mentions or reviews of pyinstaller-hooks-contrib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-11.
  • .py to .exe problems
    1 project | /r/learnpython | 27 Sep 2022
    I understand that at one point there was a problem with pyinstaller and it's importing of openCV but from what I read it sounds as if it had been solved? https://github.com/pyinstaller/pyinstaller-hooks-contrib/pull/469
  • Boto3 and PyInstaller – Getting DataNotFoundError only in executable
    2 projects | /r/aws | 11 Aug 2022
    pyinstaller has the ability to "hook" how it handles different packages that require special handling like boto3. Which sounds like a lot of work, but it should just work, since it comes with a hook for boto3 and friends.
  • help please
    1 project | /r/learnpython | 30 Oct 2021
    I haven't checked the pyinstaller hooks in a while but if they aren't working for cv2 you'll need to pass in the compiled cv2 module to Pyinstaller with the --paths flag when building.

What are some alternatives?

When comparing pyinstxtractor and pyinstaller-hooks-contrib you can also consider the following projects:

PyInstaller - Freeze (package) Python programs into stand-alone executables

PixelFlasher - Pixel™ phone flashing GUI utility with features.

fbs-tutorial - Tutorial for creating Python/Qt GUIs with fbs

python-uncompyle6 - A cross-version Python bytecode decompiler

huami-token - Script to obtain watch or band bluetooth token from Huami servers

aws-lambda-developer-guide - Supplementary resources for the AWS Lambda Developer Guide

stuff - Unsorted, raw, ugly & probably poorly usable tools for reversing, exploit and pentest

pluggy - A minimalist production ready plugin system

decompile-py2exe - Decompile pyc

PY2EXE_APP - The Application can convert the .py file into exe for faster transformation and can result to build an app in a single click