Skip to content

CIL Tools 2.9

Latest
Compare
Choose a tag to compare
@MSDN-WhiteKnight MSDN-WhiteKnight released this 20 Mar 16:49
· 1 commit to master since this release

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

CIL View

  • Add support for exporting disassembled CIL as HTML