Skip to content

CIL Tools 2.0

Compare
Choose a tag to compare
@MSDN-WhiteKnight MSDN-WhiteKnight released this 20 Jul 13:48
· 651 commits to master since this release

CilTools.BytecodeAnalysis

  • Rename CilBytecodeParser to CilTools.BytecodeAnalysis
  • Add dynamic method parsing support
  • Add syntax API
  • Rework CilInstruction with generics
  • Change the behaviour of CilGraph.ToString method to include only signature instead of full method code
  • Add CilGraph.ToText method to return full code
  • Add CilGraph.PrintSignature to output signature into target TextWriter
  • Fix bug that prevented correct decoding of TypeDef or TypeSpec tokens during signature parsing
  • Fix possible null refs in signature parser
  • Avoid first-chance ArgumentException when resolving tokens
  • Fix bug in MetadataReader.ReadCompressed
  • Fix ldflda/ldsflda instructions handling

Other

  • Added CilTools.Runtime
  • Added CilView