binaryninja::data_renderer

Function render_lines_for_data

source
pub fn render_lines_for_data(
    view: &BinaryView,
    addr: u64,
    type_: &Type,
    prefix: Vec<InstructionTextToken>,
    width: usize,
    types_ctx: &[TypeContext],
    language: Option<&str>,
) -> Vec<DisassemblyTextLine>
Expand description

Renders the data at the given address using the registered data renderers, returning associated lines.