JitBuddy provides a small helper method to disassemble to a x86/x64 ASM listing the native code generated by the JIT of a managed method.
Info
Version: | 0.5.0 |
Author(s): | Alexandre Mutel |
Last Update: | Monday, March 7, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/xoofx/JitBuddy |
NuGet Url: | https://www.nuget.org/packages/JitBuddy |
Install
Install-Package JitBuddy
dotnet add package JitBuddy
paket add JitBuddy
JitBuddy Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Iced(>= 1.8.0)
- Microsoft.Diagnostics.Runtime(>= 2.0.145301)
- Iced(>= 1.8.0)
- Microsoft.Diagnostics.Runtime(>= 2.0.145301)
- Iced(>= 1.8.0)
- Microsoft.Diagnostics.Runtime(>= 2.0.145301)
Tags