C代碼分析工具:Frama-C

jopen 12年前發布 | 76K 次閱讀 C語言 代碼分析/審查/優化

Frama-C 是一個用來分析 C 代碼的工具,它收集了很多靜態統計技術,如代碼切片和依賴分析等。

  • observe sets of possible values for the variables of the program at each point of the execution;
  • slice the original program into simplified ones;
  • navigate the dataflow of the program, from definition to use or from use to definition.

C代碼分析工具:Frama-C

項目主頁:http://www.baiduhome.net/lib/view/home/1350711381336

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!