mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 00:36:08 +00:00
Fixed Saving SWFs opened by "Open loaded while playing" feature
Added sample data for loader
This commit is contained in:
10
libsrc/ffdec_lib/testdata/as3_loader/src/EncryptedByteArray.as
vendored
Normal file
10
libsrc/ffdec_lib/testdata/as3_loader/src/EncryptedByteArray.as
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package
|
||||
{
|
||||
import flash.utils.ByteArray;
|
||||
|
||||
[Embed(source="/../bin/inside_xored.swf", mimeType="application/octet-stream")]
|
||||
public class EncryptedByteArray extends ByteArray
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user