Releases: GerbilSoft/rvthtool
Releases · GerbilSoft/rvthtool
v1.1.1 - Brown Paper Bag Release
- 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:
- 32-bit: https://aka.ms/vs/15/release/vc_redist.x86.exe
- 64-bit: https://aka.ms/vs/15/release/vc_redist.x64.exe
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
- [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:
- 32-bit: https://aka.ms/vs/15/release/vc_redist.x86.exe
- 64-bit: https://aka.ms/vs/15/release/vc_redist.x64.exe
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
- 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:
- 32-bit: https://aka.ms/vs/15/release/vc_redist.x86.exe
- 64-bit: https://aka.ms/vs/15/release/vc_redist.x64.exe
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
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:
- 32-bit: https://aka.ms/vs/15/release/vc_redist.x86.exe
- 64-bit: https://aka.ms/vs/15/release/vc_redist.x64.exe
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