WiiVFF
Jump to navigation
Jump to search
| WiiVFF | |
| General | |
|---|---|
| Author(s) | Original: Hector Martin Modern Port: Andrew Piroli |
| Type | PC utility |
| Version | v0.3.0 |
| Links | |
| Download | |
| Source | |
WiiVFF is a command line tool to list and dump the contents of Virtual Fat Filesystem (VFF) files such as cdb.vff. .mbx files are not fully supported, but may work incidentally.
It is a modern port of the original Python 2.x version from marcan: [1]
Features
- List contents of the VFF
- Attempt to dump the VFF
- Show deleted entries from the VFF
Usage
List the contents of the VFF
Usage: wiivff list [OPTIONS] <SRC>
Arguments:
<SRC> The path to the input file (cdb.vff)
Options:
--show-deleted Show deleted
-h, --help Print help
Dump the VFF to disk
Usage: wiivff dump [OPTIONS] <SRC> <DEST>
Arguments:
<SRC> The path to the input file (cdb.vff)
<DEST> Path to dump to
Options:
--show-deleted Show deleted
-h, --help Print help