Skip to content

Improve decompiled C generated from Clang AST #75

@kumarak

Description

@kumarak

The pretty printed code from ClangAST is full of unstructured control flow that makes it difficult to write patches and specifications. The Clang AST can also be lowered into llvm IR. Look into the decompiled C generated from rellic to remove unstructured control-flows and more structured code.

  • Port rellic to work with llvm 20
  • Use the llvm IR generated from pcode-lifter for decompilation into C.

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