mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-09 21:04:30 +00:00
fixed deobfuscation
Issue #151 option for caching in memory instead of temp files
This commit is contained in:
@@ -1445,7 +1445,7 @@ public class AVM2Code implements Serializable {
|
||||
localData.add(abc.method_info);
|
||||
localData.add(body);
|
||||
localData.add(abc);
|
||||
localData.add(new HashMap<Integer, String>()); //localRegNames
|
||||
localData.add(body.getLocalRegNames(abc)); //localRegNames
|
||||
localData.add(new ArrayList<String>()); //fullyQualifiedNames
|
||||
localData.add(new ArrayList<ABCException>());
|
||||
localData.add(new ArrayList<Integer>());
|
||||
|
||||
Reference in New Issue
Block a user