Changes:
- Add DisplayWindowTitle property
- Remove checkbox to show status bar in demo app
Changes:
The CIL Tools version 2.1 added a new library CilTools.Metadata, as well as some new features and bug fixes for existing projects.
Download CIL Tools 2.1 on Github releases
CilTools.BytecodeAnalysis changes:
CilTools.Runtime changes
CIL View changes
CIL tools is a set of software to work with Common Intermediate Language in .NET. It's an expansion of previously released CilBytecodeParser library. Besides the bytecode analysis library, it now also contains CilTools.Runtime library to load CIL bytecode of methods in external process's CLR instance and CIL View windows application to visualize CIL code.
Download CIL Tools 2.0 on Github releases
CilTools.BytecodeAnalysis changes:
Download WinForms Excel library 1.2 on Github releases
WinForms Excel Library now works with Excel 2016, but with limited functionality:
Changes in new version:
Download binaries: https://yadi.sk/d/CTUecLF_yvsKVA
Source code: CilBytecodeParser on GitHub
License: BSD 2.0
Requirements: .NET Framework 3.5+
CilBytecodeParser is a library that reads .NET methods' Common Intermediate Language (CIL) bytecode and converts it into high-level objects or textual CIL representation so they can be easily studied and programmatically processed.
Features:
Download binaries: https://yadi.sk/d/EWEjw6WUVDJzCQ
Source code: CilBytecodeParser on GitHub