Lazy MD5 Checker

PS2 Lazy MD5 Checker 4.0.0

In the previous update the resource didn't get updated
re written batch file
removed error in wich the .BAT thinks there's no input at argument 1

added hdl_dump (when MD5 text dunmping is enabled the cdvd_info2 command will be launched, providing the ELF filename to the text output

added DiagBox
https://github.com/israpps/CPP-Functions/tree/main/DiagBox
new features:
[get MD5]
usage:
Get_MD5.BAT %filename%

[get MD5 and compare]
Get_MD5.BAT %filename% /c %MD5 to compare with%


inside of the BAT file you have two configurations

the first one will dump the MD5 checksum into a text file
by default it will be in the same dir as the .BAT file
(if you put it into system32 then the .BAT will output into %systemdrive% instead)

the second one will compare the MD5 checksum into Redump.ORG
Back
Top