mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 18:28:08 +00:00
AS1/2 better deobfuscation
This commit is contained in:
@@ -983,10 +983,10 @@ public class Action implements GraphSourceItem {
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
public static void setConstantPool(List<Action> actions,ConstantPool cpool){
|
||||
for(Action a:actions){
|
||||
if (a instanceof ActionPush) {
|
||||
|
||||
public static void setConstantPool(List<Action> actions, ConstantPool cpool) {
|
||||
for (Action a : actions) {
|
||||
if (a instanceof ActionPush) {
|
||||
if (cpool != null) {
|
||||
((ActionPush) a).constantPool = cpool.constants;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user