package mopsa
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
dune-project
Dependency
Authors
Maintainers
Sources
mopsa-analyzer-v1.2.tar.gz
md5=37966e98ffeebcedc09bd6e9b2b81f69
sha512=40d4d826c25f680766c07eccbabdf5e8a4fa023016e8a164e4e4f6b3781c8484dc4df437055721dfd19b9db8fb7fe3b61236c4833186d346fc7204a68d01eaaa
doc/mopsa.mopsa_analyzer/Mopsa_analyzer/Languages/C/Memory/index.html
Module C.Memory
module 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
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>