Skip to content

dhinakg/partial

Repository files navigation

partial

Just enough ZIP parsing to pull files from a remote ZIP file. Intended to process Apple's OTA and IPSW files. Written in Objective-C, only needs Foundation and zlib.

TODO

  • See comments
  • Create tests that compare output from partial with output from (python) remotezip

Credits

Although I didn't use any code from these libraries, they were very useful in understanding how to parse zip files.