Memory Safety Analysis

  • Home
  • Memory Safety Analysis
banner

Infer#: Interprocedural Memory Safety Analysis For C#

Static analysis is a technique commonly used in the developer workflow to validate the correctness of source code without needing to execute it. Popular analyzers within the .NET ecosystem include FxCop and Roslyn analyzers. Infer# complements these tools by detecting interprocedural memory safety bugs such as null dereferences and resource leaks.

Latest Posts