harman encryption test data [ci skip]

This commit is contained in:
Jindra Petřík
2023-12-31 00:51:47 +01:00
parent a6f2784e28
commit 4290b8c943
8 changed files with 101 additions and 0 deletions

View 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 {
}
}