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

 by   MSDN-WhiteKnight C# Version: v2.6.1 License: BSD-3-Clause

kandi X-RAY | CilTools Summary

kandi X-RAY | CilTools Summary

CilTools is a C# library. CilTools has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Requirements: .NET Framework 3.5+ or .NET Standard 2.0+. CilTools.BytecodeAnalysis 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. Add reference to CilTools.BytecodeAnalysis.dll, import CilTools.BytecodeAnalysis namespace. Use CilReader.GetInstructions to get the collection of instructions from method, CilGraph.Create to get a graph that represents a flow of control between method's instructions, or CilAnalysis.MethodToText when you need to output method's CIL code as text. CilTools.BytecodeAnalysis.Extensions namespace provides an alternative syntax via extension methods.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              CilTools has a low active ecosystem.
              It has 20 star(s) with 2 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 23 open issues and 23 have been closed. On average issues are closed in 274 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of CilTools is v2.6.1

            kandi-Quality Quality

              CilTools has no bugs reported.

            kandi-Security Security

              CilTools has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              CilTools is licensed under the BSD-3-Clause License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              CilTools releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of CilTools
            Get all kandi verified functions for this library.

            CilTools Key Features

            No Key Features are available at this moment for CilTools.

            CilTools Examples and Code Snippets

            CIL Tools,CilTools.BytecodeAnalysis (previously CilBytecodeParser)
            C#dot img1Lines of Code : 54dot img1License : Permissive (BSD-3-Clause)
            copy iconCopy
            using System;
            using System.Collections.Generic;
            using CilTools.BytecodeAnalysis;
            using CilTools.BytecodeAnalysis.Extensions;
            
            namespace CilToolsExample
            {
                class Program
                {
                    public static void Hello()
                    {
                        int a = 1;
                  
            CIL Tools,CilTools.CommandLine
            C#dot img2Lines of Code : 1dot img2License : Permissive (BSD-3-Clause)
            copy iconCopy
            dotnet tool install --global CilTools.CommandLine
              

            Community Discussions

            No Community Discussions are available at this moment for CilTools.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install CilTools

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/MSDN-WhiteKnight/CilTools.git

          • CLI

            gh repo clone MSDN-WhiteKnight/CilTools

          • sshUrl

            git@github.com:MSDN-WhiteKnight/CilTools.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular C# Libraries

            PowerToys

            by microsoft

            shadowsocks-windows

            by shadowsocks

            PowerShell

            by PowerShell

            aspnetcore

            by dotnet

            v2rayN

            by 2dust

            Try Top Libraries by MSDN-WhiteKnight

            WinformsExcel

            by MSDN-WhiteKnightC#

            ruso-archive

            by MSDN-WhiteKnightC#

            DiskView

            by MSDN-WhiteKnightC

            HidLogger

            by MSDN-WhiteKnightC#

            ErrLib

            by MSDN-WhiteKnightC++