You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lib...@googlegroups.com
hi,
A major part of writing a frontend is to have a disassembler first. but looking into the libcpu code, I found that a lot of code just build disassembler from scratch. This is a waste, as it would take a lot of time to have good disassembler for each frontend.
So why dont we just reuse some available disassembler here? Capstone is a good one, as it reuses lots of LLVM code itself, and it already supported 8 architectures so far.