upload symbolic execution

This commit is contained in:
liu1l
2017-08-16 10:27:37 +08:00
parent b7c28e32cf
commit 11fcc0a421
2 changed files with 18 additions and 0 deletions

17
doc/5.5_symbolic.md Normal file
View File

@ -0,0 +1,17 @@
# Symbolic Execution 符号执行技术
* [符号执行的历史](#符号执行的历史)
* [什么是符号执行](#什么是符号执行)
## 符号执行的历史
![history-of-se](https://raw.githubusercontent.com/enzet/symbolic-execution/master/diagram/symbolic-execution.svg)
或者进入[https://github.com/enzet/symbolic-execution](https://github.com/enzet/symbolic-execution)查看SVG大图。
## 什么是符号执行