An open API service indexing awesome lists of open source software.

https://github.com/ravbug/ios-vfs-extractor

Extract the data.vfs FUFS file from old iOS IPAs
https://github.com/ravbug/ios-vfs-extractor

Last synced: 8 months ago
JSON representation

Extract the data.vfs FUFS file from old iOS IPAs

Awesome Lists containing this project

README

          

# ios-vfs-extractor
Extract the files from the data.vfs file in old iOS IPAs, and decompress data where relevant. This has been tested on Crash Bandicoot Nitro Kart 3D.

### Building
Use CMake
```sh
mkdir build
cd build
cmake ..
```