MCPcopy Index your code
hub / github.com/ELMERIKH/PyinMemoryPE / set_file_offset

Method set_file_offset

pythonmemorymodule/pefile.py:993–994  ·  view source on GitHub ↗
(self, offset)

Source from the content-addressed store, hash-verified

991 return self.__file_offset__
992
993 def set_file_offset(self, offset):
994 self.__file_offset__ = offset
995
996 def all_zeroes(self):
997 """Returns true is the unpacked data is all zeros."""

Callers 1

parse_sectionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected