MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / verify_checksum

Method verify_checksum

pythonmemorymodule/pefile.py:7160–7162  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7158 )
7159
7160 def verify_checksum(self):
7161
7162 return self.OPTIONAL_HEADER.CheckSum == self.generate_checksum()
7163
7164 def generate_checksum(self):
7165 # This will make sure that the data representing the PE image

Callers

nothing calls this directly

Calls 1

generate_checksumMethod · 0.95

Tested by

no test coverage detected