Skip to content

Commit

Permalink
Update 1-intro.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hxuhack authored Aug 30, 2024
1 parent 38df45c commit 4be3e8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/1-intro.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Chapter 1. Introduction
Writing program analysis tools is challenging. In this project, we aim to provide a user-friendly framework for developing new static program analysis features for Rust. In particular, our project integrates dozens of classic program analysis algorithms, including those for pointer analysis, control-flow analysis, interval analysis, and more. Developers can choose and combine them like Lego blocks to achieve new bug detection or verification capabilities.

![framework](figure/rap_framework.png)

0 comments on commit 4be3e8c

Please sign in to comment.