README.md: Import and recryption are now supported.

NOTE: Signing using the debug keys is currently broken on Windows because
`/dev/urandom` doesn't exist.
This commit is contained in:
David Korth 2018-02-01 00:02:25 -05:00
parent 16ad61f21e
commit 3f23bd936e

View File

@ -15,15 +15,16 @@ This is an open-source tool for managing RVT-H Reader consoles.
* Allows deletion and undeletion of banks on an RVT-H system. * Allows deletion and undeletion of banks on an RVT-H system.
* Signature verification for all Wii disc images. Indicates if the signature * Signature verification for all Wii disc images. Indicates if the signature
is valid, invalid, or fakesigned. (Game partition only at the moment.) is valid, invalid, or fakesigned. (Game partition only at the moment.)
## Planned Features
* Installation of GameCube and Wii disc images. Wii disc images must be * Installation of GameCube and Wii disc images. Wii disc images must be
either unencrypted or debug-encrypted in order to run correctly. either unencrypted or debug-encrypted in order to run correctly.
* Support for both CISO and WBFS formats for importing.
* Automatic re-signing of retail Wii disc images to allow them to run on * Automatic re-signing of retail Wii disc images to allow them to run on
the RVT-H system. (Update partitions will be removed, since retail updates the RVT-H system. (Update partitions will be removed, since retail updates
won't work properly on RVT-H.) won't work properly on RVT-H.)
* NOTE: Currently broken on Windows due to `/dev/urandom` not existing.
## Planned Features
* Support for both CISO and WBFS formats for importing.
* Standalone disc image re-signing to convert e.g. retail to debug, debug * Standalone disc image re-signing to convert e.g. retail to debug, debug
to retail, unencrypted to debug, etc. Conversion to retail will result to retail, unencrypted to debug, etc. Conversion to retail will result
in a fakesigned image. in a fakesigned image.
@ -59,6 +60,11 @@ Delete a bank: `sudo ./rvthtool delete /dev/sdb 1`
Undelete a bank: `sudo ./rvthtool undelete /dev/sdb 1` Undelete a bank: `sudo ./rvthtool undelete /dev/sdb 1`
* Replace `1` with the bank number. * Replace `1` with the bank number.
Import a GameCube or Wii game: `sudo ./rvthtool import /dev/sdb 1 disc.gcm`
* Replace `1` with the bank number.
* If the game is retail-encrypted, it will be converted to debug encryption
and signed using the debug keys.
## Encryption ## Encryption
The RVT-H's internal hard drive is not encrypted. This allows `rvthtool` to The RVT-H's internal hard drive is not encrypted. This allows `rvthtool` to