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

Class ActiveAnalysisInfo

python/binaryview.py:602–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600
601@dataclass(frozen=True)
602class ActiveAnalysisInfo:
603 func: '_function.Function'
604 analysis_time: int
605 update_count: int
606 submit_count: int
607
608 def __repr__(self):
609 return f"<ActiveAnalysisInfo {self.func}, analysis_time {self.analysis_time}, update_count {self.update_count}, submit_count {self.submit_count}>"
610
611
612@dataclass(frozen=True)

Callers 1

analysis_infoMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected