MSDN-WhiteKnight / CilTools

A set of tools to work with CIL in .NET applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve TypeSpec disassembling

MSDN-WhiteKnight opened this issue · comments

  • Support custom corelib for built-in types, instead of always using current runtime corelib
  • When TypeSpec appears as operand of instruction, it should be disassembled as type in signature

For example: newarr uint8[] instead of newarr [mscorlib]System.Byte[]