Trait yaxpeax_core::arch::display::function::FunctionDisplay[][src]

pub trait FunctionDisplay<A: Arch + SSAValues> {
    fn entrypoint(&self) -> A::Address;
fn remove_highlight_instr(&mut self, addr: A::Address);
fn add_highlight_instr(&mut self, addr: A::Address);
fn add_highlight_loc(&mut self, loc: (A::Address, A::Location, Direction));
fn reset_highlight_instrs(&mut self);
fn reset_highlight_locs(&mut self);
fn view_between(
        &self,
        start: Option<A::Address>,
        end: Option<A::Address>
    ) -> Vec<(A::Address, Vec<String>)>; }

Required methods

Implementors