mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 16:14:49 +00:00
Simplify nonif expressions while deobfuscation too
Regexp deobfuscation. Implicit coercion handling. #1145 double not (!!) fix
This commit is contained in:
@@ -31,6 +31,12 @@ public class TranslateStack extends Stack<GraphTargetItem> {
|
||||
|
||||
private final String path;
|
||||
|
||||
public void simplify() {
|
||||
for (int i = 0; i < size(); i++) {
|
||||
set(i, get(i).simplify(""));
|
||||
}
|
||||
}
|
||||
|
||||
public TranslateStack(String path) {
|
||||
this.path = path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user