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

Method dump

qiling/os/macos/structs.py:776–778  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

774 return newObj
775
776 def dump(self):
777 for field in self._fields_:
778 self.ql.log.info(field[0], getattr(self, field[0]))
779
780# struct nlist_64 {
781# union {

Callers 2

saveMethod · 0.45
saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected