Function cwe_checker_lib::utils::ghidra::parse_pcode_project_to_ir_project
source · pub fn parse_pcode_project_to_ir_project(
pcode_project: Project,
binary: &[u8],
bare_metal_config_opt: &Option<BareMetalConfig>
) -> Result<(Project, Vec<LogMessage>), Error>
Expand description
Normalize the given P-Code project and then parse it into a project struct of the internally used intermediate representation.