We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b662b1e commit 4471af9Copy full SHA for 4471af9
1 file changed
README.md
@@ -33,11 +33,13 @@ you can use the docker we builded like docker-compose.yml
33
- [x] RTA
34
- [ ] 指针分析
35
- [x] 上下文无关指针分析
36
- - [ ] 一阶上下文调用点敏感指针分析
37
- - [ ] 一阶上下文对象敏感指针分析
38
- - [ ] 一阶上下文类型敏感指针分析
+ - [x] 一阶上下文调用点敏感指针分析
+ - [x] 一阶上下文对象敏感指针分析
+ - [x] 一阶上下文类型敏感指针分析
39
+ - [ ] 可选择上下文敏感指针分析
40
- [ ] 污点分析
41
- [x] 上下文无关ptaint
42
+ - [ ] 上下文敏感ptaint
43
44
## Usage
45
0 commit comments