Skip to content

Releases: GerbilSoft/rvthtool

v1.1.1 - Brown Paper Bag Release

18 Sep 01:37
v1.1.1
Compare
Choose a tag to compare
  • Extracting images broke because it failed when opening a file with 0 bytes length, which always happened when creating new files.

On Windows, you will need the MSVC 2017 runtime:

For Ubuntu 16.04 and 18.04, use the PPA:

sudo add-apt-repository ppa:gerbilsoft/ppa
sudo apt-get update
sudo apt-get install rvthtool

v1.1

18 Sep 01:13
v1.1
Compare
Choose a tag to compare
  • [Win32] Fixed obtaining the device size. fseek(SEEK_END) worked fine on some systems, but not on others.
  • Fixed an incorrect "Success" error message in some cases.
  • Use a fake NHCD table if a real NHCD header can't be found. This should allow recovery of banks on some systems that have a blanked-out NHCD table.

On Windows, you will need the MSVC 2017 runtime:

For Ubuntu 16.04 and 18.04, use the PPA:

sudo add-apt-repository ppa:gerbilsoft/ppa
sudo apt-get update
sudo apt-get install rvthtool

v1.0

07 Jun 04:47
v1.0
Compare
Choose a tag to compare
  • Fixed extracting unencrypted images from RVT-H Reader devices. This broke when disabling the recryption functionality close to v0.9's release.
  • Fixed an issue that broke recryption from unencrypted debug-signed to encrypted debug-signed.
  • Enabled recryption. The issue I was having with "The Last Story" was caused by main.dol being slightly out of spec, which is allowed on devkits but not on retail. An upcoming Dolphin patch will fix this as well.
  • Added an AppLoader DOL verifier to check for known issues with DOL files in disc images. This is currently only supported for GameCube and unencrypted Wii disc images.

On Windows, you will need the MSVC 2017 runtime:

For Ubuntu 16.04 and 18.04, use the PPA:

sudo add-apt-repository ppa:gerbilsoft/ppa
sudo apt-get update
sudo apt-get install rvthtool

v0.9 - Initial Release

26 Apr 05:02
v0.9
Compare
Choose a tag to compare

Supports extracting images from and importing images to RVT-H Reader consoles, as well as undeleting images. RVT-H Reader HDD images are also supported.

Recryption is supported for converting Debug to Retail Fakesigned and vice-versa.

Converting unencrypted images to encrypted is not currently supported.

On Windows, you will need the MSVC 2017 runtime:

For Ubuntu 16.04, 17.10, and 18.04, use the PPA:

sudo add-apt-repository ppa:gerbilsoft/ppa
sudo apt-get update
sudo apt-get install rvthtool