Got unused parameter stuff to run again. atm not bothering with

functions that might be overriden.
This commit is contained in:
Adam
2015-06-30 14:46:15 -04:00
parent 91f189add1
commit 1056006b59
3 changed files with 64 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ public class Deob
new UnusedBlocks().run(group);
// remove unused parameters
//new UnusedParameters().run(group);
new UnusedParameters().run(group);
// remove jump obfuscation
new Jumps().run(group);