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

Method get_text

pythonmemorymodule/pefile.py:865–867  ·  view source on GitHub ↗

Get the text in its current state.

(self)

Source from the content-addressed store, hash-verified

863 self.text.append("\n")
864
865 def get_text(self):
866 """Get the text in its current state."""
867 return "".join("{0}".format(b) for b in self.text)
868
869
870STRUCT_SIZEOF_TYPES = {

Callers 1

dump_infoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected