Add CrossHair to Python section.

This commit is contained in:
Phillip Schanely 2020-01-24 22:07:14 -05:00 committed by Kasper Luckow
parent b6f327ec0f
commit 98014d8550

View file

@ -75,6 +75,7 @@
### Python
* [CrossHair](https://github.com/pschanely/CrossHair) - Symbolic execution tool for verifying properties of Python functions.
* [PyExZ3](https://github.com/thomasjball/PyExZ3) - Symbolic execution of Python functions. A rewrite of the [NICE](https://code.google.com/archive/p/nice-of) project's symbolic execution tool.