Got unused parameter stuff to run again. atm not bothering with
functions that might be overriden.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user