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

Class SSAFlag

python/lowlevelil.py:265–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263
264@dataclass(frozen=True)
265class SSAFlag:
266 flag: ILFlag
267 version: int
268
269 def __repr__(self):
270 return f"<SSAFlag {self.flag} version {self.version}>"
271
272
273@dataclass(frozen=True)

Callers 4

_get_flag_ssaMethod · 0.70
_get_flag_ssa_listMethod · 0.70
ssa_flagsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected