Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 llvm IR 中做点分析。我希望它是路径敏感的,这意味着当我打印出结果时,我需要附加“May”指向的条件。
我计划使用符号执行来实现这个目标。
llvm中是否有任何工具,或独立工具来解决符号方程。
谢谢!
一些帮助您入门的建议: