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

Method start

windows/pe_parse.py:116–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114
115 @property
116 def start(self):
117 return self.baseaddr + self.VirtualAddress
118
119 @property
120 def size(self):

Callers 1

load_moduleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected