pub fn get_project_from_ghidra(
    file_path: &Path,
    binary: &[u8],
    bare_metal_config_opt: Option<BareMetalConfig>,
    debug_settings: &Settings
) -> Result<(Project, Vec<LogMessage>), Error>
Expand description

Execute the p_code_extractor plugin in Ghidra and parse its output into the Project data structure.

Return an error if the creation of the project failed.