ReportCollection in binaryninja::interaction::report - Rust

Struct ReportCollection

Source

pub struct ReportCollection { /* private fields */ }

Implementations§

Source§

impl ReportCollection

Source

pub fn new() -> Ref<Self>

Source

pub fn show(&self, title: &str)

Source

pub fn count(&self) -> usize

Source

pub fn get(&self, i: usize) -> Report<'_>

Source

pub fn add_text(&self, view: Option<&BinaryView>, title: &str, contents: &str)

Source

pub fn add_markdown( &self, view: Option<&BinaryView>, title: &str, contents: &str, plaintext: &str, )

Source

pub fn add_html( &self, view: Option<&BinaryView>, title: &str, contents: &str, plaintext: &str, )

Source

pub fn add_graph( &self, view: Option<&BinaryView>, title: &str, graph: &FlowGraph, )

Source

pub fn iter(&self) -> ReportCollectionIter<'_>

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for ReportCollection

§

impl RefUnwindSafe for ReportCollection

§

impl !Send for ReportCollection

§

impl !Sync for ReportCollection

§

impl Unpin for ReportCollection

§

impl UnwindSafe for ReportCollection

Blanket Implementations§