Author: David Arch

Engineering

Dynamic Variant Analysis with Python

Variant analysis is a technique that allows developers to find bugs or problems in the codebase that follow the same pattern or behaviour. This post explores how to use code instrumentation to achieve dynamic variant analysis....

July 7, 2020