示例#1
0
文件: build.py 项目: Spartan322/M3L
def callEnigma(command, args):
	ssjb.callJava(getEnigmaPath(), "cuchaz.enigma.CommandMain", [command] + args)
示例#2
0
def buildDeobfTestJar(outPath, inPath):
    ssjb.callJava([DirBin, os.path.join(DirLib, "deps.jar")],
                  "cuchaz.enigma.CommandMain",
                  ["deobfuscate", inPath, outPath])
示例#3
0
def buildDeobfTestJar(outPath, inPath):
	ssjb.callJava(
		[DirBin, os.path.join(DirLib, "deps.jar")],
		"cuchaz.enigma.CommandMain",
		["deobfuscate", inPath, outPath]
	)