All the essentials you need when working with Apple iBoot images and PNGs.
- libpng
- CMake
Install libibootim with CMake
git clone https://github.com/XboxOneSogie720/libibootim.git
cd libibootim
mkdir build && cd build
cmake ..
make
sudo make install- Intuitive buffer and I/O API
- Support for both legacy and modern iBoot image loading
- Automatic detection and decompression of legacy iBoot images, modern iBoot images, and PNGs
- Indexed iBoot image loading support