I've been doing some recent source code editing and I've been wondering how the MD5 of a wad could be found. Something like how these first four files of the code have it.
I know a specific program like a Hex editor or something is needed, but I question how I would go about getting it, if there are diffrent variations of this so called hex editor, and where I would find the MD5 within the wad/file WITH the hex editor.
Code:
W_VerifyFileMD5(0, "4d26f0d5ab5c5d7b4090367f95ea9f85"); // srb2.srb
W_VerifyFileMD5(1, "5b70614bd87bad9a9e11ea7190a108f7"); // sonic.plr
W_VerifyFileMD5(2, "e11f0ff56551ceca77d5859ee1f88a7d"); // tails.plr
W_VerifyFileMD5(3, "553d300a7af2382f9283007332a852f4"); // knux.plr
I know a specific program like a Hex editor or something is needed, but I question how I would go about getting it, if there are diffrent variations of this so called hex editor, and where I would find the MD5 within the wad/file WITH the hex editor.