mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 18:11:16 +00:00
AS1/2 better identifiers renaming (deobfuscation)
This commit is contained in:
@@ -49,6 +49,11 @@ public class ActionDefineFunction extends Action implements ActionContainer {
|
||||
private int version;
|
||||
public List<String> constantPool;
|
||||
|
||||
@Override
|
||||
public List<Action> getActions() {
|
||||
return code;
|
||||
}
|
||||
|
||||
public void setConstantPool(List<String> constantPool) {
|
||||
this.constantPool = constantPool;
|
||||
for (Action a : code) {
|
||||
|
||||
Reference in New Issue
Block a user