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
- Host: GitHub
- URL: https://github.com/ravbug/ios-vfs-extractor
- Owner: Ravbug
- Created: 2023-02-27T17:23:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T19:18:52.000Z (over 3 years ago)
- Last Synced: 2025-01-13T05:10:33.691Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 670 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ..
```