extractZipEntries

open suspend override fun extractZipEntries(artifact: FirmwareArtifact): Map<String, ByteArray>(source)

Fully expands artifact into memory, keyed by entry name.

Shares extractZipEntriesBounded with the Android handler so the two cannot drift — they previously carried independent copies of this loop, and only one of them got bounded.