David Korth
0ed8c449fa
README.md: Put the Wii U unbricking advice in the nusresign
block, not wadresign
.
2025-06-17 21:33:02 -04:00
David Korth
e3723e3477
README.md: Mention two possible unbricking methods for Wii U.
2025-06-17 21:32:23 -04:00
David Korth
5b3286af4d
rvthtool 2.0.1
2025-06-17 21:19:17 -04:00
David Korth
b0bdcdfa22
rvthtool 2.0
2025-06-16 23:33:16 -04:00
David Korth
a05900e7a1
README.md: No more travis-ci.
2024-04-26 21:47:57 -04:00
David Korth
60fd817bf7
README.md: Mention Dolphin supports debug-signed images, and also mention nusresign.
...
This was updated locally on 2021/04/16 11:47 AM EDT, but I never
committed it for some reason.
2022-02-11 18:48:49 -05:00
David Korth
dfca13898b
README.md: s/read/real/
2019-03-21 00:05:58 -04:00
David Korth
e24ff9ad06
NEWS.md, README.md: Querying works on Windows now.
2019-03-07 23:29:42 -05:00
David Korth
f09261ae7b
[wadresign] Initial 'resign' command implementation.
...
Currently writes the WAD header and certificate chain, including the
extra debug certificate if recrypting as debug.
TODO:
- Write the extra debug certificate when recrypting discs.
- Verify certificate chain ordering for discs. For WADs, it's
CA, ticket, TMD, dev; for discs, it seems to be ticket, CA, TMD.
- Convert early WAD headers to final. This also requires converting
the name, if present, to a footer.
2019-03-06 23:58:00 -05:00
David Korth
94f901f390
rvthtool v1.0
2018-06-07 00:22:46 -04:00
David Korth
b7728386c6
[librvth] Added support for reading WBFS images.
...
Note that split WBFS images (.wbfs/wbf1) aren't supported. The files
will need to be combined into a single .wbfs before use.
2018-04-23 22:46:31 -04:00
David Korth
983c68beb9
README.md: CISO and headered GCM images are now supported.
2018-04-22 18:02:16 -04:00
David Korth
a3384aa9fe
[rvthtool] extract: Allow the bank number to be omitted for standalone disc images.
2018-04-22 16:13:45 -04:00
David Korth
b3ee3dea14
README.md: Remove the '-' before the image.
...
Not sure why I thought it was needed...
2018-03-10 18:48:08 -05:00
David Korth
a32345add1
README.md: Device is /dev/sdb, not /dev/sdc.
2018-03-10 18:47:30 -05:00
David Korth
b3ed6f73e6
README.md: Fix grammar error.
2018-03-10 18:25:10 -05:00
David Korth
12712f194d
README.md: Device scanning is implemented for Linux with UDEV.
2018-03-10 18:18:42 -05:00
David Korth
3b3aad0078
README.md: Disc images can be converted from retail to debug and vice-versa.
2018-03-10 16:46:04 -05:00
David Korth
b0a8b5dffa
README.md: More updates.
...
- Added a photo of RVT-H Reader, RVT-R Reader, Wii RVL-001, and a
Commodore 1541C for good measure.
- Combined listing of deleted images with undeletion. Deletion isn't
listed separately because it isn't a super-important feature.
- Consolidated extract/import lines to make them more concise.
- Planned Features:
- Added unencrypted -> encrypted and extended bank tables
- Improved the layout of example commands.
2018-02-13 22:26:31 -05:00
David Korth
003a9929b9
README.md: Clarify how RVT-R images can be used.
2018-02-12 23:56:48 -05:00
David Korth
bd8b4efc65
README.md: Added notes about "flushed" images.
...
Removed old notes that are no longer applicable.
2018-02-12 23:45:07 -05:00
David Korth
3f23bd936e
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.
2018-02-01 00:02:25 -05:00
David Korth
d8d5b88a6c
README.md: Mention signature verification.
2018-01-20 01:32:13 -05:00
David Korth
17e6e82e8e
README.md: Direct drive dumps are supported.
2018-01-18 23:57:17 -05:00
David Korth
e145793d44
README.md: Updated the Debug IOS notice.
2018-01-18 23:56:33 -05:00
David Korth
93cc8f65a2
README.md: Use the correct URLs for the CI badges.
...
s/rom-properties/rvthtool/g
2018-01-18 20:32:36 -05:00
David Korth
cad808d377
README.md: Updated for Windows support.
2018-01-18 00:14:17 -05:00
David Korth
0ca999c13d
Added travis-ci and appveyor build instructions.
2018-01-17 23:20:55 -05:00
David Korth
9ab5804038
README.md: 'delete' and 'undelete' have been implemented.
...
- Updated the command syntax.
- RVT-H HDDs aren't encrypted at all, aside from the standard RVT-R disc
image encryption (which is optional).
2018-01-17 23:20:23 -05:00
David Korth
b7a09f57a2
README.md: Added more README stuff.
2018-01-16 22:40:35 -05:00
David Korth
f321fe5e65
Initial import of RVT-H Tool.
...
This program will allow for managing Nintendo RVT-H Reader devkits,
including dumping existing images and installing new images.
The current version doesn't actually do anything. It's mostly a copy
of the infrastructure from rom-properties, with some changes. In
particular, we're using CMake's TARGET_COMPILE_FEATURES() instead of
manually detecting C99 support.
2018-01-15 06:58:54 -05:00