from Hacker News

Framework for lifting x86, amd64, aarch64, sparc32, and sparc64 to LLVM bitcode

by Hirrolot on 5/14/24, 11:39 PM with 1 comments

  • by sim7c00 on 5/15/24, 12:08 AM

    this looks like a really interesting approch for binary analisys. impressive work! Am I right to assume it would let you write tools to target this bitcode, allowing them to analuse binaries from different architectures with singular logic? it would save so much hastle :O