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

Method semantics

python/binaryview.py:1650–1651  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1648
1649 @property
1650 def semantics(self) -> SectionSemantics:
1651 return SectionSemantics(core.BNSectionGetSemantics(self.handle))
1652
1653 @property
1654 def auto_defined(self) -> bool:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected