mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 14:07:10 +00:00
Added: Harman AIR 51 unpacker for binarydata with custom key
This commit is contained in:
7
libsrc/ffdec_lib/testdata/as3_harman/src/EncryptedCustomKeyByteArray.as
vendored
Normal file
7
libsrc/ffdec_lib/testdata/as3_harman/src/EncryptedCustomKeyByteArray.as
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package {
|
||||
import flash.utils.ByteArray;
|
||||
|
||||
[Embed(source="/../bin/inside.swf", mimeType="application/octet-stream", encrypted="secret_key")]
|
||||
public class EncryptedCustomKeyByteArray extends ByteArray {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user