unxip_rs
A library for extracting .xip files, written in Rust.
Note that it uses the cpio command. You can specify a custom path to cpio if needed. Many cpio extractors have been tested and only GNU cpio works.
Usage
Credits
- Extraction logic borrowed from extract_xcode.py
- XAR parsing using apple-xar