This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Calculates the checksum of an MZ/PE file. | |
* | |
* @param InBaseAddress The base address of the image. | |
* @param InImageSize The size of the image. | |
* @param OutChecksum The calculated checksum. | |
* @return TRUE if the checksum was calculated successfully, FALSE otherwise. | |
*/ | |
BOOLEAN | |
EFIAPI |