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

Class String

qiling/extensions/r2/r2.py:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55@dataclass(unsafe_hash=True, init=False)
56class String(R2Data):
57 string: str
58 vaddr: int
59 paddr: int
60 size: int
61 length: int
62 section: str = None
63
64
65@dataclass(unsafe_hash=True, init=False)

Callers 1

stringsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected