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

Method clickEvent

python/examples/triage/headers.py:38–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36 self.address = int(text, 0)
37
38 def clickEvent(self):
39 viewFrame = ViewFrame.viewFrameForWidget(self)
40 viewFrame.navigate("Graph:" + viewFrame.getCurrentDataType(), self.address)
41
42
43class GenericHeaders(object):

Callers

nothing calls this directly

Calls 1

navigateMethod · 0.45

Tested by

no test coverage detected