суббота, 27 июля 2019 г.

CilBytecodeParser 1.5 released

Changes in new version:

  • Moved CilInstruction.opcodes initialization from static constructor to first FindOpCode call, so it will be only loaded when needed.
  • Added support for instructions referencing 32-bit target branch operands
  • Added special characters escaping when displaying string literals
  • Added CilGraph.EmitTo method with jumps support as well as the corresponding IlGenerator extension method

Download binaries: https://yadi.sk/d/CTUecLF_yvsKVA

Source code: CilBytecodeParser on GitHub