pub fn generate_ida_code(
def: &ValidatedDef,
tree: &DecodeNode,
opts: &IdaOptions,
type_map: &HashMap<String, String>,
) -> StringExpand description
Generate a complete IDA Pro 9.x processor module as a Python string.
pub fn generate_ida_code(
def: &ValidatedDef,
tree: &DecodeNode,
opts: &IdaOptions,
type_map: &HashMap<String, String>,
) -> StringGenerate a complete IDA Pro 9.x processor module as a Python string.