Skip to content

Instantly share code, notes, and snippets.

View pawlowskialex's full-sized avatar

Alex Pawlowski pawlowskialex

View GitHub Profile
#!/usr/bin/env -S uvx --script
# /// script
# requires-python = ">=3.10"
# dependencies = ["pycryptodome"]
# ///
"""
Apple AirPort firmware (basebinary) parser and extractor.
Parses APPLE-FIRMWARE format files, handles AES-CBC decryption,
extracts kernel images, bootloaders, and FFS filesystems.