Skip to content

Commit 7f5c738

Browse files
Update README
1 parent 608f954 commit 7f5c738

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<div align="center">
2-
<a href="https://tai-e.pascal-lab.net/">
3-
<img src="tai-e-logo.png" height="200">
4-
</a>
2+
<img src="tai-e-logo.png" height="200">
53

64
## Tai-e
75
</div>
86

97
## What is Tai-e?
108

11-
Tai-e (Chinese: 太阿; pronunciation: [ˈtaɪə:]) is a new static analysis framework for Java (please see [our technique report](http://cs.nju.edu.cn/tiantan/taie.pdf) for details), which features arguably the "best" designs from both the novel ones we proposed and those of classic frameworks such as Soot, WALA, Doop, and SpotBugs. Tai-e is easy-to-learn, easy-to-use, efficient, and highly extensible, allowing you to easily develop new analyses on top of it.
9+
Tai-e (Chinese: 太阿; pronunciation: [ˈtaɪə:]) is a new static analysis framework for Java (please see [our technical report](http://cs.nju.edu.cn/tiantan/taie.pdf) for details), which features arguably the "best" designs from both the novel ones we proposed and those of classic frameworks such as Soot, WALA, Doop, and SpotBugs. Tai-e is easy-to-learn, easy-to-use, efficient, and highly extensible, allowing you to easily develop new analyses on top of it.
1210

1311
Currently, Tai-e provides the following major analysis components (and more analyses are on the way):
1412
- Powerful pointer analysis framework

0 commit comments

Comments
 (0)