Creation of a formal verification system from scratch. Part 1: Character VM in PHP and Python
Formal verification is the verification of one program or algorithm using another. This is one of the most powerful methods that allows you to find all vulnerabilities in a program or prove that they do not exist. A more detailed description of formal verification can be seen in the example of solving the Wolf, Goat, and Cabbage problem in my previous article. In this article I […]
