mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 17:34:33 +00:00
Issues #944,#991,#939 AS3 obfuscated switch read fix, wrong constants indices fix
This commit is contained in:
@@ -80,7 +80,7 @@ public class ActionScript3AssemblerTest extends ActionScriptTestBase {
|
||||
+ str
|
||||
+ "returnvoid\r\n";
|
||||
|
||||
MethodBody b = new MethodBody();
|
||||
MethodBody b = new MethodBody(getABC());
|
||||
AVM2Code code = ASM3Parser.parse(new StringReader(str), getABC().constants, null, b, new MethodInfo());
|
||||
b.setCode(code);
|
||||
return b;
|
||||
|
||||
Reference in New Issue
Block a user