(self)
| 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 |
nothing calls this directly
no test coverage detected