how to obfuscate the war file using proguard
问题 I want to obfuscate a war file using proguard,how can i do so ? Please explain me the steps 回答1: I'm puzzled by this question. As other Java obfuscators, Proguard obfuscates the compiled bytecode (.class files) by renaming every variable, method etc. it considers safe to rename. I suppose you know this and know how to use Proguard for class files since you specifically asked about it. If not, read the proguard manual. As for war files, you can extract the class files from war (or jar) by