mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-04 06:44:37 +00:00
AS3 decompile/edit: Vector initializers, improvements
This commit is contained in:
@@ -120,6 +120,7 @@ public class RecompileTest {
|
||||
|
||||
@Test(dataProvider = "provideFiles")
|
||||
public void testDirectEditing(String filename) throws IOException, InterruptedException, com.jpexs.decompiler.flash.abc.avm2.parser.ParseException, CompilationException {
|
||||
Configuration.autoDeobfuscate.set(false);
|
||||
try{SWF swf = new SWF(new BufferedInputStream(new FileInputStream(TESTDATADIR + File.separator + filename)), false);
|
||||
if (swf.fileAttributes.actionScript3) {
|
||||
List<ABC> allAbcs = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user