A crypter written in Python with use of PyQt5 UI, supporting both .NET and Native (x32/64) executables.
Currently implemented methods are obfuscation, timer check with random delay and anti debugging.
This list of features can be easily extended by adding new UI components and payload code updates. Thanks to the rather small codebase and easy-to-understand syntax, you should be able to build on top of it and make your own FUD crypter in Python!
Yes, way more. Besides the ability of bypassing any static detections by dynamic code packing (runtime code reflection) thanks to exec()
built-in,
it uses nuitka to compile stub so the output executable is native.
If you are looking for an enterprise solution for protecting your digital products, try out our BitCrypter.
The source used to have an icon picker alongside with additional payload encryption, but these features were considered useless and removed to preserve clean GUI.