Thanks to visit codestin.com
Credit goes to github.com

Skip to content

whzvee/symbolic-execution

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Symbolic execution timeline

Diagram highlights some major tools and ideas of pure symbolic execution, dynamic symbolic execution (concolic) as well as related ideas of model checking, SAT/SMT solving, black-box fuzzing, taint data tracking, and other dynamic analysis techniques.

Requirements

Please, install fonts for correct SVG display:

Preview

⚠️ PNG preview could be outdated. See diagram.svg for the latest version.

Preview

Contribution

Feel free to suggest changes or add new information. If your change is minor (like typo), you can just edit source code of diagram.svg. If change is major, you are encouraged to either create new issue, or edit diagram.svg (Inkscape editor is strongly recommended due to source code issues).

Before commiting

Please, use SVGO for diagram optimization before commiting (to get more clean diff):

svgo diagram.svg \
    --pretty \
    --enable=sortAttrs \
    --disable=removeEditorsNSData \
    --disable=cleanupIDs \
    --indent=2

And update preview:

inkscape diagram.svg --export-png diagram.png --export-dpi 150

About

History of symbolic execution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published