From cc87b00109f05450e36ce0995b86ebf094ebfdc8 Mon Sep 17 00:00:00 2001 From: Andrew Au Date: Sun, 2 Apr 2023 09:29:52 -0700 Subject: [PATCH] Support disassembling ReadyToRun binaries compiled using composite mode --- ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj | 2 +- ILSpy.ReadyToRun/ReadyToRunDisassembler.cs | 9 +-- ILSpy.ReadyToRun/ReadyToRunLanguage.cs | 84 ++++++++++++++++++---- NuGet.config | 2 +- 4 files changed, 74 insertions(+), 23 deletions(-) diff --git a/ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj b/ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj index eccbd00e53..804c7c8e60 100644 --- a/ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj +++ b/ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj @@ -38,7 +38,7 @@ - +