Giter VIP home page Giter VIP logo

Comments (23)

sithis993 avatar sithis993 commented on July 30, 2024

Hey, I need to take a better look at this I think.... I remember adding this feature right before I finished the project/called it a day, so it hasn't been rigorously tested. Nevertheless, it did work, but things like user permissions and different versions of Windows weren't thoroughly tested. If I remember correctly, it doesn't completely disable TM, but it does make it much harder to open/access.

Can you test this:

  1. Build Crypter with the disable task manager option ticked
  2. Before running Crypter, right click the taskbar in windows. You should see an option for Task Manager. If you click it, task manager should appear. Close it down
  3. Now run Crypter and wait for the GUI to appear
  4. Right click the taskbar again. The task manager option should be unavailable/greyed out. At least on Windows 7 it is greyed out. This may be slightly different on Windows 10.

from crypter.

73CH9ICH13F avatar 73CH9ICH13F commented on July 30, 2024

1 month ago I found it somehow out like there was something set false in a .py file after i reinstalled it didn't work anymore.

from crypter.

sithis993 avatar sithis993 commented on July 30, 2024

I'll be reviewing this soon... it's on my list :-)

from crypter.

73CH9ICH13F avatar 73CH9ICH13F commented on July 30, 2024

Glad you‘re back, thank you for the development.

from crypter.

73CH9ICH13F avatar 73CH9ICH13F commented on July 30, 2024

I'm having a issue installing the requirements.txt. There's no version 1.18.2 only 1.16.

from crypter.

sithis993 avatar sithis993 commented on July 30, 2024

Hey, how are you currently finding version 1.16? I've just checked and the latest stable release is 1.18.2, which is what's on PyPi. I've just realised I've made a mistake in the README which I'm about to correct.

I'm not sure if you've already tried this, but you should install the dependencies from the requirements.txt using "pip install -r requirements.txt" (I missed the install bit in the README), which should install version 1.18.2 for you

from crypter.

73CH9ICH13F avatar 73CH9ICH13F commented on July 30, 2024

I'm getting this error.
Unbenannt

from crypter.

sithis993 avatar sithis993 commented on July 30, 2024

Ahhh I see the problem here, you're using Python 2.7 and Numpy must have stopped supporting Python 2.7 with version 1.16.

One of the major upgrades I've made with the Crypter is that it no longer supports Python 2.7. It's now Python 3.6+ only. This brings lots of advantages though and gets the project up to speed. Python 2 is getting closer to End-of-Life. I recommend doing the following, as I'm guessing you're still running the setup you had from the old Crypter:

  1. Uninstall Python 2.7
  2. Install Python 3.6 or 3.7 (32 bit)
  3. Run "pip install -r requirements.txt" again. It should work after this

from crypter.

73CH9ICH13F avatar 73CH9ICH13F commented on July 30, 2024

Now I'm getting this error.
Unbenannt

from crypter.

sithis993 avatar sithis993 commented on July 30, 2024

Hmm that's odd. Can you try pip installing wheel by running "pip install wheel==0.34.2". Then try again? thanks for your patience with this. I've made quite a lot of changes to the project so I did expect a few small issues at first, but hopefully I can get them ironed out

from crypter.

73CH9ICH13F avatar 73CH9ICH13F commented on July 30, 2024

Hey, the problem has been solved with the install of requirements. There's still a problem with starting the ''Builder.pyw''. I can't run it, tried with running with python, but gets error's while building a .exe file.
Unbenannt

from crypter.

sithis993 avatar sithis993 commented on July 30, 2024

Hmmm that's odd. So does the builder open correctly? The error only occurs when you're actually building Crypter? What is the error you're getting?

from crypter.

73CH9ICH13F avatar 73CH9ICH13F commented on July 30, 2024

I'm getting this error.
Unbenannt

from crypter.

sithis993 avatar sithis993 commented on July 30, 2024

I think one of the reasons you might be hitting this error is because you're not using a Python virtual environment. That's fine though, you shouldn't need to use a virtual environment but it does make things easier.

Nevertheless, this problem is actually caused by a path issue in one of the builder scripts, which I've just fixed in version 3.3. Can you do a pull of the latest changes and try it again? :-)

from crypter.

73CH9ICH13F avatar 73CH9ICH13F commented on July 30, 2024

Will do, as soon I have time. And again thank you for the great development. A donation is waiting for you.

from crypter.

73CH9ICH13F avatar 73CH9ICH13F commented on July 30, 2024

I'm getting these errors now. I tested it with configuration and without. It also shows different text on console on both builders.
with configuration file
without configuration file

from crypter.

sithis993 avatar sithis993 commented on July 30, 2024

Hmm clearly I've been making too much use of relative paths haha! thanks for helping me to find these. Will take a look and fix this one ASAP.

from crypter.

73CH9ICH13F avatar 73CH9ICH13F commented on July 30, 2024

Sure thing, take your time.

from crypter.

sithis993 avatar sithis993 commented on July 30, 2024

Hey, sorry for the delay. I've just fixed this path issue in the latest release (3.4). Can you pull the latest changes down and try it again?

from crypter.

73CH9ICH13F avatar 73CH9ICH13F commented on July 30, 2024

Hey, I'm getting now these errors.
Unbenannt

from crypter.

sithis993 avatar sithis993 commented on July 30, 2024

Hmmm, I'm not sure what this could be. There must be something going on here with the Windows permissions. Are you using a Python virtual environment? or running the Builder using the system installation of Python? If you're not already, I'd highly recommend downloading and using the PyCharm IDE and then opening Crypter as a PyCharm project. From there you can create a virtual environment and install the required dependencies from the requirements.txt file.

This will your life a lot easier and probably get rid of most of these problems you've encountered :-)

from crypter.

73CH9ICH13F avatar 73CH9ICH13F commented on July 30, 2024

Thanks man for the tip. I ran it of PyCharm and it worked flawlessly. Gonna bump you up, if found errors.

from crypter.

sithis993 avatar sithis993 commented on July 30, 2024

Awesome! PyCharm is a great IDE for Python and when you combine it with virtualenv it makes it much more enjoyable :-) Sure, I'll close this issue but if anything else comes up feel free to create another. Alternatively you can always DM me on Twitter if you just want to discuss general stuff, and not an issue per se.

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.