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

Method has_rodata_section

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

Source from the content-addressed store, hash-verified

132
133
134 def has_rodata_section(self) -> bool:
135 return self.get_section_by_name(".rdata") != None
136
137
138 def write_code_section_data(self, data: bytes):

Callers 1

projectFunction · 0.95

Calls 1

get_section_by_nameMethod · 0.95

Tested by

no test coverage detected