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