umnsec / mlta

TypeDive: Multi-Layer Type Analysis (MLTA) for Refining Indirect-Call Targets
MIT License
76 stars 20 forks source link

Hidden requirement to g++-10? #6

Open gwangmu opened 1 year ago

gwangmu commented 1 year ago

I noticed that the kanalyzer build requires the C++ header files which can be found in g++-10. In my case, installing g++-10 helped me pass that stage. Probably it was a missing requirement when TypeDive was upgraded to LLVM-15.

sudo apt install g++-10

Hope it helps somebody having the same problem.

YantingChi commented 5 months ago

Thanks for the update, MLTA does require g++-10. The Readme file needs to be updated.