BYTE *bFile = ReadAllOfTheFileOnDisk("path/to/library.dll");
std::string sha1 = ComputeMagicalSHA1Hash(bFile);
if (our_list_of_baddy_hacks.contains(sha1))
ALERT("YOU HAX BAD MEN!!!!!");
BYTE *bFile = ReadFileData(optional_header->BaseOfCode, optional_header->SizeOfCode); //do hash check on the portion of the file
