xorpad 622,592kb vs encrypted romFS 622,268kb
I got every single xorpad, by the way.


./ctrtool.exe -t romfs --romfsdir=out romfs.binHow do I use ctrtool to extract the files from the decrypted RomFS?
lol they call it Release I call that copy past. They wrote about 3 lines themselves great. The rest is copyed
./ctrtool.exe -t romfs --romfsdir=out romfs.bin
Yeah, not sure what I'm doing wrong then.
Error, IVFC segment corrupted
Error, RomFS corrupted
Same here...
xorpad 622,592kb vs encrypted romFS 622,268kb
I got every single xorpad, by the way.
Given I actually took the time to read main.c:
The createpad() method generates XORpads in megabytes -- 622,268kb is not an integer number of megabytes (it's 607.68 mb), so the program continues generating XORpad data until it hits 622,592 kb (608 mb).
So the size difference is totally expected, just ignore/delete the bytes in the XORpad that are after the end index of the romFS.
Of course, I'm also not convinced that this thing actually works...has anyone gotten it to work? At all? It seems copy/pasted.
lol they call it Release I call that copy past. They wrote about 3 lines themselves great. The rest is copyed
Given I actually took the time to read main.c:
The createpad() method generates XORpads in megabytes -- 622,268kb is not an integer number of megabytes (it's 607.68 mb), so the program continues generating XORpad data until it hits 622,592 kb (608 mb).
So the size difference is totally expected, just ignore/delete the bytes in the XORpad that are after the end index of the romFS.
Of course, I'm also not convinced that this thing actually works...has anyone gotten it to work? At all? It seems copy/pasted.