transform in an extra step

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@616 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 25 years ago
parent 1096d57991
commit 1a3de47fa7
  1. 2
      jode/jode/obfuscator/Main.java

@ -177,6 +177,8 @@ public class Obfuscator {
if (toTable != null)
bundle.writeTable(toTable);
err.println("Transforming the classes");
bundle.doTransformations();
err.println("Writing new classes");
bundle.storeClasses(destPath);
}

Loading…
Cancel
Save