Update MMG.py
parent
191909f312
commit
c3b2e0fb5e
3
MMG.py
3
MMG.py
|
@ -3,9 +3,6 @@ from lib.encoder import Encoder
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# TODO:
|
|
||||||
# Make obfuscation way worse using "ExecuteGlobal" which is pretty much the equivalent of eval.
|
|
||||||
|
|
||||||
helper = Helper(sys.argv)
|
helper = Helper(sys.argv)
|
||||||
helper.ParseConfig().ShowConfigDescription()
|
helper.ParseConfig().ShowConfigDescription()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue