Update MMG.py

patch-1
Mr-Un1k0d3r 2016-11-11 22:44:53 -05:00 committed by GitHub
parent 191909f312
commit c3b2e0fb5e
1 changed files with 2 additions and 5 deletions

3
MMG.py
View File

@ -3,9 +3,6 @@ from lib.encoder import Encoder
import sys
if __name__ == "__main__":
# TODO:
# Make obfuscation way worse using "ExecuteGlobal" which is pretty much the equivalent of eval.
helper = Helper(sys.argv)
helper.ParseConfig().ShowConfigDescription()