Function yaxpeax_core::analyses::control_flow::get_cfg[][src]

pub fn get_cfg<M>(
    data: &M,
    contexts: &MergedContextTable,
    entrypoint: u64,
    switch_targets: Option<&HashMap<u64, Vec<i64>>>
) -> (VW_CFG, u32) where
    M: MemoryRange<x86_64>,