mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 21:30:46 +00:00
AS1/2 better deobfuscation
This commit is contained in:
@@ -141,7 +141,7 @@ public class ActionPush extends Action {
|
||||
}
|
||||
|
||||
public ActionPush(FlasmLexer lexer, List<String> constantPool) throws IOException, ParseException {
|
||||
super(0x96, 0);
|
||||
super(0x96, -1);
|
||||
this.constantPool = constantPool;
|
||||
values = new ArrayList<Object>();
|
||||
int count = 0;
|
||||
@@ -205,9 +205,6 @@ public class ActionPush extends Action {
|
||||
ret += values.get(i).toString();
|
||||
}
|
||||
}
|
||||
if (ret.equals("Push 138")) {
|
||||
new Exception().printStackTrace();
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user