Skip to content

Static analysis framework for .NET programs.

License

Notifications You must be signed in to change notification settings

fcurdi/analysis-net

 
 

Repository files navigation

Analysis.NET

Control-flow and data-flow analysis framework for .NET programs.

  • Static analysis framework for .NET
    • Bytecode level
    • No need for source code
    • Can analyze standard libraries
    • Intermediate representation
      • Three address code
      • Static single assignment
      • Visitor pattern
    • Control-flow analysis
      • Dominance
      • Dominance frontier
      • Natural loops
    • Data-flow analysis
      • Def-Use and Use-Def chains
      • Copy propagation
      • Points-to analysis
    • Type inference
    • Web analysis
    • Serialization
      • DOT
      • DGML

About

Static analysis framework for .NET programs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%