symbolic execution
Symbolic execution is a dynamic program analysis technique that allows the exploration of all possible paths and inputs of a program by using symbolic values instead of concrete ones, enabling the identification of bugs and vulnerabilities.
Requires login.