Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Python crypter, is it possible? filter_list
Author
Message
RE: Python crypter, is it possible??? #11
Wow thanks XxGreenLanternxX

this is good thing to start (===

Reply

RE: Python crypter, is it possible??? #12
Wow thanks XxGreenLanternxX

this is good thing to start (===

Reply

RE: Python crypter, is it possible??? #13
Ueler i dont think so
i bet its just a site with tons of "programming problems which involves more than one language" for somebody to solve
wana try?

Reply

RE: Python crypter, is it possible??? #14
Ueler i dont think so
i bet its just a site with tons of "programming problems which involves more than one language" for somebody to solve
wana try?

Reply

RE: Python crypter, is it possible??? #15
The most important part of a crypter is the stub, which is best to be done in assembly.
For the crypter itself it doesn't really matter what language you choose as long as you can do a nice GUI with it (most crypters have a GUI) and have easy access to the WinAPI (given that you want to crypt .exe files) i.e. to make some additional things like icon changing.
That's why .NET languages are often used. They have both: Easy usage of the WinAPI and the most used IDE Visual Studio has a GUI builder.

To get back to your question:
GUI programming in Python: http://wiki.python.org/moin/GuiProgramming
WinAPI in Python: http://sourceforge.net/projects/pywin32/

So yes, you can use Python.
If you want to keep the code for yourself, you should consider another language. Python is, even if converted to exe, easily converted back to readable code.
In that case i.e. C++ would be a better choice (without .NET, which has the same problem).

But you also have to learn assembly if you want to make it right.
It is possible without assembly, but you will have a worse result or have to rely on stubs written by others.
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]

Reply

RE: Python crypter, is it possible??? #16
The most important part of a crypter is the stub, which is best to be done in assembly.
For the crypter itself it doesn't really matter what language you choose as long as you can do a nice GUI with it (most crypters have a GUI) and have easy access to the WinAPI (given that you want to crypt .exe files) i.e. to make some additional things like icon changing.
That's why .NET languages are often used. They have both: Easy usage of the WinAPI and the most used IDE Visual Studio has a GUI builder.

To get back to your question:
GUI programming in Python: http://wiki.python.org/moin/GuiProgramming
WinAPI in Python: http://sourceforge.net/projects/pywin32/

So yes, you can use Python.
If you want to keep the code for yourself, you should consider another language. Python is, even if converted to exe, easily converted back to readable code.
In that case i.e. C++ would be a better choice (without .NET, which has the same problem).

But you also have to learn assembly if you want to make it right.
It is possible without assembly, but you will have a worse result or have to rely on stubs written by others.
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]

Reply

RE: Python crypter, is it possible? #17
(05-18-2013, 04:30 PM)candyman82012 Wrote: Wow thanks XxGreenLanternxX

this is good thing to start (===
Use The Thank Button. Biggrin
Btw Googling will get you somewhere.
Visual Basic.Net

Private Message me for help

I'm not active because I'm busy with school.

Reply

RE: Python crypter, is it possible? #18
If you are going to try to learn another language alongside python, go for VB.net. C++ is a VERY complicated language and it would be frustrating how hard it would be to learn it.

Reply







Users browsing this thread: 1 Guest(s)