зеркало из https://github.com/microsoft/rudder.git
68922463c9
Adding Microsoft SECURITY.MD |
||
---|---|---|
AnalysisClient | ||
ColumnReductionAnalysis | ||
CompareAnalysisOutput/Compare | ||
ScopeProgramAnalysis | ||
ScopeRuntimeLoader | ||
analysis-net@0027733806 | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
ColumnReduction.sln | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
ScopeDependencyAnalysis.sln |
README.md
rudder
Static analysis of MSIL based on the analysis-net infrastructure
Installation
Rudder has a source relationship with the infrastructure it is built on top of. The three projects, Backend, CCIProvider, and Model, are not in this repo. They are part of a project analysis-net. Currently they build against a fork branch cci-version which is located here.
You can get the last version of the analysis using: git submodule update. The framework will be placed in the folder analysis-net.
We know this is not optimal and hope to move to a binary (NuGet) dependence soon.