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

Class Function

qiling/extensions/r2/r2.py:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97@dataclass(unsafe_hash=True, init=False)
98class Function(R2Data):
99 name: str
100 offset: int
101 size: int
102 signature: str
103
104
105@dataclass(unsafe_hash=True, init=False)

Callers 1

functionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected