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

Method output

python/scriptingprovider.py:320–321  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

318 core.BNNotifyInputReadyStateForScriptingInstance(self.handle, value.value)
319
320 def output(self, text):
321 core.BNNotifyOutputForScriptingInstance(self.handle, text)
322
323 def warning(self, text):
324 core.BNNotifyWarningForScriptingInstance(self.handle, text)

Callers 1

writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected