Skip to content

XD3an/symbolic-execution-all-in-one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 

Repository files navigation

symbolic-execution-all-in-one

What is Symbolic Execution?

Symbolic execution is a technique used in software testing and analysis to systematically explore the possible execution paths of a program. Unlike traditional testing methods that use concrete values as inputs, symbolic execution utilizes symbolic values that represent variables, function arguments, or program inputs.

Table of Contents

Key knowledges

  • The concepts and method of Symbolic Execution
  • Path Explosion
  • Constraint Solving
  • Memory Model
  • Environment Interaction
  • Engine and so on.

Papers

Further Readings

Releases

No releases published

Packages

No packages published