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

Method all_zeroes

pythonmemorymodule/pefile.py:996–999  ·  view source on GitHub ↗

Returns true is the unpacked data is all zeros.

(self)

Source from the content-addressed store, hash-verified

994 self.__file_offset__ = offset
995
996 def all_zeroes(self):
997 """Returns true is the unpacked data is all zeros."""
998
999 return self.__all_zeroes__
1000
1001 def sizeof(self):
1002 """Return size of the structure."""

Callers 5

get_import_tableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected