Giter VIP home page Giter VIP logo

Comments (4)

sithis993 avatar sithis993 commented on July 30, 2024

Hey, sorry you're having a problem. I've seen this before with many applications, not just Crypter, and it's usually because of an architecture mistmatch. So you might be building Crypter on a 64 bit computer/virtual machine, and then trying to execute it on a 32 bit computer/virtual machine.

When the Crypter binary is built, it's built using the architecture of whatever version of Python you're currently running. So you've most likely installed a 64 bit version of Python, which means that a 64 bit Crypter application is built. This cannot be run on a non 64 bit computer. I'd recommend uninstalling python, and reinstalling the 32 bit version. Then build Crypter again and it should work :-)

from crypter.

sithis993 avatar sithis993 commented on July 30, 2024

Actually, I can see that this is almost certainly the problem, as it looks like you're packing the exe with a 64 bit version of UPX. From your config:

"upx_dir": "C:\Users\CENSURED\Desktop\Crypter-master\bin\upx-3.96-win64",

from crypter.

sithis993 avatar sithis993 commented on July 30, 2024

Hey, any update on this? I'm assuming you've fixed the problem so I'll close this issue later today if I don't see any more messages

from crypter.

 avatar commented on July 30, 2024

Thanks you so much, this actually work perfectly! the UDP packer has been x64 arch because my VM throw me an error. Thanks for your time!

from crypter.

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.