GithubHelp home page GithubHelp logo

Comments (5)

m0hamedessam avatar m0hamedessam commented on August 30, 2024 1

Thanks my friend for your concern anyway its done with cx_freeze without issues just need same python version with same bit (32 or 64)

from pyinstxtractor.

extremecoders-re avatar extremecoders-re commented on August 30, 2024

The PyInstaller CArchive and ZlibArchive format is documented and open-source. I've a private tool for repacking Pyinstaller exe's which also allows adding, removing or editing existing files within it. So this is definitely possible.

There are also other ways to achieve the same result. Rather than repacking the exe, you can also build a new one out of the extracted files. The files inside the outpyz directory are the pure python dependencies of the application. Excluding the well known files, in standard Python, these usually reside inside the site-packages directory.

from pyinstxtractor.

m0hamedessam avatar m0hamedessam commented on August 30, 2024

I did it with cx_freeze but will be nice if you share your tool.

from pyinstxtractor.

extremecoders-re avatar extremecoders-re commented on August 30, 2024

Unfortunately wont be able to share the tool. Sorry about that. But yes other approaches are possible including cx_freeze.

from pyinstxtractor.

fuchsia74 avatar fuchsia74 commented on August 30, 2024

https://github.com/in1nit1t/pyipx this is good

from pyinstxtractor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.