Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Allow user to save SHA file, even if hashed file is in read-only location. #785

Open
mariomadproductions opened this issue Aug 15, 2022 · 1 comment

Comments

@mariomadproductions
Copy link

mariomadproductions commented Aug 15, 2022

It would be useful if GodMode9 allowed the user to save the result of a SHA256/SHA1 sum, even if the file is located in read-only location (e.g. GAMECART). l

E.g. it would save the file to SD:/gm9/out, or allow the user to select the location. This is useful when hashing gamecart roms (without first transferring to SD card).

My current workaround is to take a screenshot of the hash result when its displayed on screen, then use OCR on PC to convert it to text quickly (for comparison with a known hash).

This might also be achievable via scripting, but I haven't got the hang of the GM9 scripting yet.

I know with sha1/sha256 you can usually tell if it differs from another hash looking at the first few character, but it seems sensible to actually compare the whole thing.

@d0k3
Copy link
Owner

d0k3 commented Sep 27, 2022

It is achievable via scripting. Also keep in mind the issue with 4GiB carts here (one missing byte, thus wrong checksum). Anyways, writing the hash to the standard output folder would be an option. I'll look into that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants