mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 13:10:46 +00:00
AS3 p-code more RAbcDasm like: commas in parameters list (WARNING: Breaks backward compatibility)
This commit is contained in:
@@ -240,14 +240,14 @@ public class ActionScript3DeobfuscatorTest extends ActionScriptTestBase {
|
||||
+ "b:pushbyte 3\r\n");
|
||||
Assert.assertEquals(res, "getlocal_0\r\n"
|
||||
+ "pushscope\r\n"
|
||||
+ "pushbyte 3\r\n"
|
||||
+ "pushbyte 4\r\n"
|
||||
+ "ifeq ofs000e\r\n"
|
||||
+ "jump ofs0010\r\n"
|
||||
+ "pushbyte 3\r\n"
|
||||
+ "pushbyte 4\r\n"
|
||||
+ "ifeq ofs000e\r\n"
|
||||
+ "jump ofs0010\r\n"
|
||||
+ "ofs000e:\r\n"
|
||||
+ "pushbyte 4\r\n"
|
||||
+ "pushbyte 4\r\n"
|
||||
+ "ofs0010:\r\n"
|
||||
+ "pushbyte 3\r\n"
|
||||
+ "pushbyte 3\r\n"
|
||||
+ "returnvoid\r\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user