mirror of
https://github.com/ksluckow/awesome-symbolic-execution.git
synced 2026-06-24 02:16:50 +08:00
Add misc section of tools
This commit is contained in:
parent
5088e5003d
commit
78d8e8e7cb
1 changed files with 5 additions and 0 deletions
|
|
@ -102,3 +102,8 @@
|
||||||
* [BAP](https://github.com/BinaryAnalysisPlatform/bap) - Binary Analysis Platform provides a framework for writing program analysis tools.
|
* [BAP](https://github.com/BinaryAnalysisPlatform/bap) - Binary Analysis Platform provides a framework for writing program analysis tools.
|
||||||
* [angr](http://angr.io/) - Python framework for analyzing binaries. Includes a symbolic execution tool.
|
* [angr](http://angr.io/) - Python framework for analyzing binaries. Includes a symbolic execution tool.
|
||||||
* [Triton](https://triton.quarkslab.com/) - Dynamic binary analysis platform that includes a dynamic symbolic execution tool.
|
* [Triton](https://triton.quarkslab.com/) - Dynamic binary analysis platform that includes a dynamic symbolic execution tool.
|
||||||
|
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
|
||||||
|
* [Symbooglix](https://github.com/symbooglix/symbooglix) - Symbolic execution tool for Boogie programs.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue