Hi,
I'm trying to get the User_Id and Password from my save data file in Super Mario Maker 2.
I've pulled of the 8000000000000010 file from the Saves folder on the switch & decrypted it.
I now am supposed to go into /su/baas/<guid>.dat and the userid and password should be in there (instructions below)
# You can get your user id and password from /su/baas/<guid>.dat in save folder 8000000000000010.
# Bytes 0x20 - 0x28 contain the user id in reversed byte order
# Bytes 0x28 - 0x50 contain the password in plain text
I've not really done much with .dat files before & was wondering if someone could explain what I need to do.
Much appreciated