Skip to content

Instantly share code, notes, and snippets.

View JrMasterModelBuilder's full-sized avatar
🇺🇦

JrMasterModelBuilder JrMasterModelBuilder

🇺🇦
View GitHub Profile
"""
Decrypt HARMAN AIR SDK encrypted swfs
"""
from struct import pack, unpack
from Crypto.Cipher import AES
import sys
globalKey = b"Adobe AIR SDK (c) 2021 HARMAN Internation Industries Incorporated"