Esempio n. 1
0
def callEnigma(command, args):
	ssjb.callJava(getEnigmaPath(), "cuchaz.enigma.CommandMain", [command] + args)
Esempio n. 2
0
def buildDeobfTestJar(outPath, inPath):
    ssjb.callJava([DirBin, os.path.join(DirLib, "deps.jar")],
                  "cuchaz.enigma.CommandMain",
                  ["deobfuscate", inPath, outPath])
Esempio n. 3
0
def buildDeobfTestJar(outPath, inPath):
	ssjb.callJava(
		[DirBin, os.path.join(DirLib, "deps.jar")],
		"cuchaz.enigma.CommandMain",
		["deobfuscate", inPath, outPath]
	)