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

7
MMG.py
View File

@ -2,10 +2,7 @@ from lib.helper import Helper
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.
if __name__ == "__main__":
helper = Helper(sys.argv)
helper.ParseConfig().ShowConfigDescription()
@ -31,4 +28,4 @@ if __name__ == "__main__":
data = encoder.chunk_payload(data, helper.GetConfig("payload"))
helper.SaveFile(sys.argv[2], data).ProcessCompleted()
helper.SaveFile(sys.argv[2], data).ProcessCompleted()