From: Peter L. <pe...@ro...> - 2014-09-15 23:14:41
|
Hello, Is LLVM Bitcode itself a supported input architecture? I have some files that have not yet been fully compiled to PowerPC or MIPS, but instead are still in LLVM Bitcode format (in other words, clang with the -emit-llvm option) and I'd love to use capstone to disassemble them pragmatically. If this is not already implemented, how hard would it be to do? Is there some other better way to do this? I'm using llvm-dis now, but it's not ideal for all the reasons capstone would seem to excel. Thanks! Peter |