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

Method do_status

python/workflow.py:925–928  ·  view source on GitHub ↗

Retrieve the current machine status.

(self, line)

Source from the content-addressed store, hash-verified

923 pass
924
925 def do_status(self, line):
926 """Retrieve the current machine status."""
927 status = self.machine.status()
928 print(json.dumps(status, indent=4))
929
930 def do_override(self, line):
931 """Handle override commands."""

Callers

nothing calls this directly

Calls 1

statusMethod · 0.45

Tested by

no test coverage detected