Skip to content

Milestone Preview: 2022.1.0 #2

Pre-release
Pre-release
Compare
Choose a tag to compare
@SamboyCoding SamboyCoding released this 19 Mar 19:57
· 46 commits to new-analysis since this release

This release is built against an in-development build of the upcoming 4.10.0 release of AsmResolver.DotNet, in case you are trying to build it yourself.

Output formats

DummyDLL:

  • Fix nested type references (upstream in AsmResolver)
  • Generate assembly definitions in parallel
  • Optimize type signature importing

Processing layers

Attribute injector:

  • Fix field offset attribute not being applied to all fields

Internal Changes

  • Analysis: Convert directly to ISIL, do not build a control flow graph first