cleanup, detect func(field * constant).
Sometimes non storing lvt instructions don't give us the correct getter value eg if (lvt > field * constant) -> actually if (lvt > field * x)
This commit is contained in:
@@ -59,7 +59,7 @@ public class Deob
|
||||
// remove jump obfuscation
|
||||
new Jumps().run(group);
|
||||
|
||||
//new ModularArithmeticDeobfuscation().run(group);
|
||||
new ModularArithmeticDeobfuscation().run(group);
|
||||
|
||||
saveJar(group, args[1]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user