NefMoto

Technical => Cluster and Immobilizer => Topic started by: _nameless on April 23, 2025, 04:07:35 PM



Title: CheckMate - ME7 Checksum Tool with GUI
Post by: _nameless on April 23, 2025, 04:07:35 PM
I put together a little GUI for me7sum to make checksum correction less of a hassle. No more messing with the command line every time you wanna clean up a file—just load it, click a button, and done.

It’s called CheckMate, and it keeps everything simple. You just pick your .bin, .ori, or .mod file, choose where you want the output saved, and it’ll run the checksum in the background. It spits out a cleaned file and a .txt log of what was done right next to it. Drag and drop support is built in too.

I also included the Python source code with it, in case anyone wants to tweak it or improve it. Just something I made to help smooth things out when flashing or editing ME7 stuff.

Let me know what you think or if anything breaks.
https://mega.nz/file/J1ZXUQqK#j_MVhgy9ZQiifIWMoL5dTLXnnnyL3BcindVU0wc72AQ

wont let me upload too big I guess


Title: Re: CheckMate - ME7 Checksum Tool with GUI
Post by: _nameless on April 27, 2025, 01:47:09 AM
Remade GUI updated the link in the first post. Added RSA Bypass

Also, Im a retard and posted in the wrong section ............ :P


Title: Re: CheckMate - ME7 Checksum Tool with GUI
Post by: fknbrkn on April 27, 2025, 03:58:17 AM
Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\me7check\command]
@="C:\\windows\\system32\\cmd /k C:\VW\me7check\me7check.exe "%1" & pause & exit"

[HKEY_CLASSES_ROOT\*\shell\me7sum\command]
@="C:\\windows\\system32\\cmd /k C:\VW\me7check\me7sum.exe "%1" "%1" & pause & C:\VW\me7check\me7check.exe "%1" & pause & pause & exit"

change paths to me7check.exe/me7sum.exe
save as me7.reg
run

fix any cs from file context menu



Title: Re: CheckMate - ME7 Checksum Tool with GUI
Post by: _nameless on April 27, 2025, 10:46:17 AM
Good call Ill add that