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

Class Section

qiling/extensions/r2/r2.py:42–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41@dataclass(unsafe_hash=True, init=False)
42class Section(R2Data):
43 name: str
44 size: int
45 vsize: int
46 paddr: int
47 vaddr: int
48 perm: int
49
50 def __init__(self, **kwargs):
51 super().__init__(**kwargs)
52 self.perm = perm2uc(self.perm)
53
54
55@dataclass(unsafe_hash=True, init=False)

Callers 1

sectionsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected