2 Repos
Serialization and deserialization of Apple-specific property list formats including binary, XML, and JSON.
Distinct from Binary Serialization: Distinct from general binary serialization as it targets the specific Apple Plist specification across multiple encodings.
Explore 2 awesome GitHub repositories matching data & databases · Apple Property Lists. Refine with filters or upvote what's useful.
libimobiledevice is a communication library designed to interact with iOS devices using native protocols instead of proprietary software. It provides a set of tools for device management, including firmware recovery, filesystem access, and the creation of native backups and restores. The project implements a property list parser to read and write data across binary, XML, and JSON formats. It enables low-level hardware control, such as triggering recovery modes, modifying system settings, and managing device activation and provisioning via official servers. The library covers several function
Implements a dedicated parser to read and write Apple property list files across binary, XML, and JSON formats.
ipsw is a specialized toolkit for iOS firmware analysis, binary reverse engineering, and hardware interaction. It provides a suite of tools for downloading, extracting, and analyzing firmware images and kernel caches, alongside a MachO binary analysis tool for disassembling and patching executables. The project distinguishes itself through integrated language-model-powered code reconstruction to translate machine code into high-level source code. It also features an automation client for the App Store Connect API to manage certificates and application settings. The framework covers a broad r
Dumps Apple property list files into JSON format for easier programmatic consumption.