Calculate and return the entropy for the section.
(self)
| 1293 | return self.contains_rva(rva) |
| 1294 | |
| 1295 | def get_entropy(self): |
| 1296 | """Calculate and return the entropy for the section.""" |
| 1297 | |
| 1298 | return self.entropy_H(self.get_data()) |
| 1299 | |
| 1300 | def get_hash_sha1(self): |
| 1301 | """Get the SHA-1 hex-digest of the section's data.""" |