Makefile optimized git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1215 379699f6-c40d-0410-875b-85095c16579ebranch_1_1
parent
3aa4b59217
commit
0966dfcefe
@ -1,26 +0,0 @@ |
||||
# This is a sample script file to obfuscate the JODE project. |
||||
|
||||
# First we select what we want to strip. There are several possibilities: |
||||
# unreach - strip unreachable methods and classes. |
||||
# source - strip source file attribute. |
||||
# lnt - strip line number table. |
||||
# lvt - strip local variable table. |
||||
# inner - strip inner class info |
||||
strip = "unreach" |
||||
|
||||
load = new WildCard { value = "jode" } |
||||
|
||||
preserve = new WildCard { value = "jode.Decompiler.main.*" }, |
||||
new WildCard { value = "jode.JodeApplet.<init>.()V" }, |
||||
new WildCard { value = "jode.JodeWindow.main.*" }, |
||||
new WildCard { value = "jode.obfuscator.Main.main.*" }, |
||||
new WildCard { value = "jode.swingui.Main.main.*" } |
||||
|
||||
# value = "jode.Decompiler.main.*", |
||||
# "jode.JodeApplet.<init>.()V", |
||||
# "jode.JodeWindow.main.*", |
||||
# "jode.obfuscator.Main.main.*", |
||||
# "jode.swingui.Main.main.*" |
||||
|
||||
analyzer = new SimpleAnalyzer |
||||
post = new LocalOptimizer, new RemovePopAnalyzer |
Loading…
Reference in new issue