Skip to content

Error converting miasm IR to LLVM #1503

@karthikbhata97

Description

@karthikbhata97

I am trying to lift a binary into LLVM IR. I combined Full Disasm with Export to LLVM scripts and used modeled call lifter. I got the following IR:
image

But when invoking func.from_ircfc, it errors with the following error: NotImplementedError: Unknown op: call_func_ret
image

Is there any way to lift a function that contains other functions?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions