MCPcopy Create free account
hub / github.com/dobin/SuperMega / get_code_section_data

Method get_code_section_data

pe/superpe.py:109–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107
108
109 def get_code_section_data(self) -> bytes:
110 sect = self.get_code_section()
111 return bytes(sect.get_data())
112
113
114 def get_rwx_section(self) -> Optional[pefile.SectionStructure]:

Calls 1

get_code_sectionMethod · 0.95

Tested by

no test coverage detected