mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 11:18:09 +00:00
harman encryption test data [ci skip]
This commit is contained in:
7
libsrc/ffdec_lib/testdata/as3_harman/src/EncryptedByteArray.as
vendored
Normal file
7
libsrc/ffdec_lib/testdata/as3_harman/src/EncryptedByteArray.as
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package {
|
||||
import flash.utils.ByteArray;
|
||||
|
||||
[Embed(source="/../bin/inside.swf", mimeType="application/octet-stream", encrypted="true")]
|
||||
public class EncryptedByteArray extends ByteArray {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user