JitBuddy icon indicating copy to clipboard operation
JitBuddy copied to clipboard

Disassemble to x86/x64 ASM listing the native code generated by the JIT of a managed method.

Results 1 JitBuddy issues
Sort by recently updated
recently updated
newest added

For structure that implements interface `InvalidOperationException `was thrown: > System.InvalidOperationException: Unable to disassemble method `Int32 f()` > at JitBuddy.JitBuddy.ToAsm(MethodInfo method, StringBuilder builder, Formatter formatter) > at JitBuddy.JitBuddy.ToAsm(MethodInfo method) Steps to...

PR welcome