Static analysis of MSIL based on the analysis-net infrastructure
Перейти к файлу
garbervetsky 68922463c9
Merge pull request #6 from microsoft/users/GitHubPolicyService/7eba7bd0-fb38-4844-a627-86ac9cb35b05
Adding Microsoft SECURITY.MD
2022-09-23 11:22:59 -03:00
AnalysisClient Several changes a rollback... 2018-02-10 18:37:51 -08:00
ColumnReductionAnalysis Fix helper function checking for result == TOP. 2018-07-18 18:10:03 -03:00
CompareAnalysisOutput/Compare Add analysis times computation 2017-07-14 16:41:37 -07:00
ScopeProgramAnalysis Bug minor bugs and leave one possible bug untouched (check for comment in IteratorAnalysis line 2522) 2018-08-08 19:00:19 -07:00
ScopeRuntimeLoader Change the method FullName to GetFullName to avoid conflitcs 2018-01-27 17:11:40 -08:00
analysis-net@0027733806 add submodule 2018-07-18 18:17:38 -03:00
.gitattributes Fix line endings... 2016-08-31 11:43:05 -07:00
.gitignore add gitnore 2018-01-23 11:31:35 -08:00
.gitmodules update README.md to use analysis-net as submodule 2018-07-18 19:06:18 -03:00
ColumnReduction.sln Slight changes to make compile after upgrading the framework 2016-09-23 21:03:13 -03:00
LICENSE Initial commit 2016-08-09 10:19:44 -07:00
README.md update README.md to use analysis-net as submodule 2018-07-18 19:06:18 -03:00
SECURITY.md Microsoft mandatory file 2022-09-22 23:54:51 +00:00
ScopeDependencyAnalysis.sln Move the loading of the Scope runtime into a separate project so it can be shared by both ScopeAnalyzer and ScopeProgramAnalysis. 2017-07-12 20:22:04 -07:00

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.