예제 #1
0
 public static string decompile(this API_Jad jad, string classFile)
 {
     return(jad.execute("-p \"{0}\"".format(classFile)));
 }
예제 #2
0
 public static string help(this API_Jad jad)
 {
     return(jad.execute(""));
 }