MCPcopy Create free account
hub / github.com/qilingframework/qiling / __str__

Method __str__

qiling/loader/macho_parser/data.py:188–196  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

186 self.rtype = tmp & 0xf
187
188 def __str__(self):
189 return """Relocation header:
190 address = {}
191 symbolnum = {}
192 pcrel = {}
193 length = {}
194 extern = {}
195 rtype = {}
196 """.format(hex(self.address), self.symbolnum, self.pcrel, self.length, self.extern, self.rtype)
197
198
199class DySymbolTable:

Callers

nothing calls this directly

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected