binaryninja::types::printer

Function register_type_printer

source
pub fn register_type_printer<T: TypePrinter>(
    name: &str,
    parser: T,
) -> (&'static mut T, CoreTypePrinter)
Expand description

Register a custom parser with the API