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

Method contains

pythonmemorymodule/pefile.py:1292–1293  ·  view source on GitHub ↗
(self, rva)

Source from the content-addressed store, hash-verified

1290 return VirtualAddress_adj <= rva < VirtualAddress_adj + size
1291
1292 def contains(self, rva):
1293 return self.contains_rva(rva)
1294
1295 def get_entropy(self):
1296 """Calculate and return the entropy for the section."""

Callers

nothing calls this directly

Calls 1

contains_rvaMethod · 0.95

Tested by

no test coverage detected