Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]:
Callers
2
injectable_write_iat_references
Method · 0.80
inject_and_reference_data
Method · 0.80
Calls
1
get_code_section
Method · 0.95
Tested by
no test coverage detected