Added: Harman AIR 51 unpacker for binarydata with custom key

This commit is contained in:
Jindra Petřík
2024-08-18 22:10:21 +02:00
parent 87aea2a2e1
commit c7c4ab8fc0
20 changed files with 219 additions and 40 deletions

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