Dagger *********** First Impressions The README describes Dagger as a "binary translator to LLVM IR, with the goal of being as native as possible to the LLVM infrastructure". It says that X86 is the main currently supported target, and that Mach-O object file format is best supported. It can support basic ELF files. -------------------------------------------------------------------------------------------- Building bin2llvm Follow the instructions at https://github.com/repzret/dagger. The build was successful on Ubuntu on wsl. -------------------------------------------------------------------------------------------- Conclusion Dagger is usable. It's build instructions are straightforward and don't require tinkering, and it runs