Verified Home

Verified Systems International GmbH

Quality Assurance for Embedded Systems

Abstract Interpretation of Microcontroller Code: Intervals Meet Congruences

Bitwise instructions, loops and indirect data access present challenges to the verification of microcontroller programs. In particular, since registers are often memory mapped, it is necessary to show that an indirect store operation does not accidently mutate a register.

To prove this and related properties, this article advocates using the domain of bit-wise linear congruences in conjunction with intervals to derive accurate range information. The paper argues that these two domains complement one another when reasoning about microcontroller code. The paper also explains how SAT solving, which applied with dichotomic search, can be used to recover branching conditions from binary code which, in turn, further improves interval analysis.

Jörg Brauer, Andy King, Stefan Kowalewski: Abstract Interpretation of Microcontroller Code: Intervals Meet Congruences. In Science of Computer Programming, 2012.