You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.