XRT– Exploring Runtime – is an exploration framework for programs represented in Microsoft’s common intermediate language (CIL). Processing .NET managed assemblies, it provides means for analyzing, rewriting, and executing the rewritten program. Whereas XRT’s representation of state allows for arbitrary exploration strategies, it is particularly optimized for transactional exploration, where a ...