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

Method get_DataDirectory

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

Source from the content-addressed store, hash-verified

357 return self.transformers.create_structure_at(opt_header_real_type, opt_header_addr)
358
359 def get_DataDirectory(self):
360 return self.get_OptionalHeader().DataDirectory
361
362
363 def get_IMPORT_DESCRIPTORS(self):

Callers 3

get_EXPORT_DIRECTORYMethod · 0.95
exportsMethod · 0.95

Calls 1

get_OptionalHeaderMethod · 0.95

Tested by

no test coverage detected