Static analysis of MSIL based on the analysis-net infrastructure
Перейти к файлу
dependabot[bot] bed09c6d02
Bump Newtonsoft.Json
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.1 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/6.0.1...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 17:40:07 +00: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 Bump Newtonsoft.Json 2022-06-22 17:40:07 +00: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
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.