Hacker News new | ask | show | jobs
by saagarjha 633 days ago
That's basically what Capstone is? Except not vendoring its own LLVM.
1 comments

Capstone doesn't vendor LLVM either. It just contains some pieces of the LLVM-ish infrastructure that were converted from C++ to the pure C and are pretty lean, without any external dependency.