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

Need a way to inspect generated methods (enumerators, async state machine, etc.) #62

Open CCRcmcpe opened 2 months ago

CCRcmcpe commented 2 months ago

Don't know how to implement it. I think the easiest option is to add a method name field to find and disasm, but it kind of defeats the point of disasmo (integrated one click disasm). Or just disasm all generated methods related to the original.