mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 08:40:47 +00:00
AS1/2 better deobfuscation
This commit is contained in:
@@ -38,8 +38,8 @@ public class ActionGetURL extends Action {
|
||||
|
||||
public ActionGetURL(int actionLength, SWFInputStream sis, int version) throws IOException {
|
||||
super(0x83, actionLength);
|
||||
byte data[] = sis.readBytes(actionLength);
|
||||
sis = new SWFInputStream(new ByteArrayInputStream(data), version);
|
||||
//byte data[] = sis.readBytes(actionLength);
|
||||
//sis = new SWFInputStream(new ByteArrayInputStream(data), version);
|
||||
urlString = sis.readString();
|
||||
targetString = sis.readString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user