C.Memorymodule Aggregates : sig ... endDesugar accesses to aggregates into accesses to scalar arrays using pointer arithmetics.
module Cells : sig ... endmodule Machine_numbers : sig ... endMachine representation of C integers and floats
module Pointer_eval_reduction : sig ... endReduction rule for pointer evaluations
module Pointer_sentinel : sig ... endAbstraction of pointer arrays by segmentation using a NULL/INVALID sentinel.
module Pointers : sig ... endmodule Protection : sig ... endDomain implementing various checks for protecting memory access
module Smashing : sig ... endAbstraction of arrays by smashing.
module String_length : sig ... endString length abstraction.
module Symbolic_rewriting : sig ... endSymbolic rewriting of expressions as sum, product or quotient of linear forms Mainly inspired by the article Symbolic transformation of expressions in modular arithmetic SAS'23
module Variable_length_array : sig ... endDomain for supporting variable-length arrays