Download on Github releases | Source code
Changes in the new version:
CilTools.BytecodeAnalysis
- Add ReflectionProperties.ContainingAssembly and ReflectionProperties.ReferenceTarget
- Fix disassembling pointer-to-pointer types when used as operand of instruction
- Fix disassembling array-of-arrays types when used as operand of instruction
CilTools.Metadata
- Assembly resolution logic in AssemblyReader now tries to search in assemblies loaded by path before calling AssemblyResolve handler
CilTools.CommandLine
- Add HTML output support for view, disasm and view-source commands (--html option)
CIL View
- Add support for exporting disassembled CIL as HTML