MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / IntrinsicInfo

Class IntrinsicInfo

python/architecture.py:109–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108@dataclass(frozen=True)
109class IntrinsicInfo:
110 inputs: List[IntrinsicInput]
111 outputs: List['types.Type']
112 index: Optional[int] = None
113
114 def __repr__(self):
115 return f"<intrinsic: {repr(self.inputs)} -> {repr(self.outputs)}>"
116
117
118@dataclass(frozen=True)

Callers 2

__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected