EgorBo / Disasmo

VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).
MIT License
638 stars 39 forks source link

Showing methods IL #13

Open kindermannhubert opened 4 years ago

kindermannhubert commented 4 years ago

I would love to be able to see also methods and types IL. Maybe it should not be too difficult. I would just use ILSpy (though I've never used it programmatically). Are you open to such extensions of Disasmo? I could have a look at it..