{"id":16906897,"url":"https://github.com/pjbgf/dotnet-ildasm","last_synced_at":"2025-03-22T10:31:15.429Z","repository":{"id":60773623,"uuid":"92338018","full_name":"pjbgf/dotnet-ildasm","owner":"pjbgf","description":"Light-weight cross platform IL disassembler tool built in C#.","archived":false,"fork":false,"pushed_at":"2020-02-07T10:17:29.000Z","size":191,"stargazers_count":64,"open_issues_count":10,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-18T07:03:53.488Z","etag":null,"topics":["cil","disassembler","dotnet-cli","dotnet-core","dotnet-ildasm","il-disassembler","ildasm","msil"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pjbgf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-24T21:25:26.000Z","updated_at":"2024-12-13T12:34:27.000Z","dependencies_parsed_at":"2022-10-04T15:28:18.735Z","dependency_job_id":null,"html_url":"https://github.com/pjbgf/dotnet-ildasm","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjbgf%2Fdotnet-ildasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjbgf%2Fdotnet-ildasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjbgf%2Fdotnet-ildasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjbgf%2Fdotnet-ildasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pjbgf","download_url":"https://codeload.github.com/pjbgf/dotnet-ildasm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244173542,"owners_count":20410299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cil","disassembler","dotnet-cli","dotnet-core","dotnet-ildasm","il-disassembler","ildasm","msil"],"created_at":"2024-10-13T18:45:10.769Z","updated_at":"2025-03-22T10:31:15.109Z","avatar_url":"https://github.com/pjbgf.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dot Net IL Disassembler  \n[![CircleCI](https://circleci.com/gh/pjbgf/dotnet-ildasm.svg?style=shield)](https://circleci.com/gh/pjbgf/dotnet-ildasm)\n[![Nuget](https://img.shields.io/nuget/dt/dotnet-ildasm.svg)](http://nuget.org/packages/dotnet-ildasm) \n[![Nuget](https://img.shields.io/nuget/v/dotnet-ildasm.svg)](http://nuget.org/packages/dotnet-ildasm) \n[![License](http://img.shields.io/:license-mit-blue.svg)](http://pjbgf.mit-license.org)  \n\n# Description\nThe `dotnet ildasm` provides a command-line IL dissassembler. Simply send the assembly path as a parameter and as a result you will get the IL contents of that assembly.\n\n# Setup\nThe project was created as a global CLI tool, therefore you can install with a single command:  \n\n`dotnet tool install -g dotnet-ildasm`\n\nNote that for the command above to work, you need .NET Core SDK 2.1.300 or above installed in your machine.\n\n# Syntax\n```\ndotnet ildasm \u003cASSEMBLY_PATH\u003e\ndotnet ildasm \u003cASSEMBLY_PATH\u003e \u003c-o|--output\u003e\ndotnet ildasm \u003cASSEMBLY_PATH\u003e \u003c-i|--item\u003e\ndotnet ildasm \u003c-h|--help\u003e\n```\n\n# Options\n`-i`  \nFilter results by method and/or classes to be disassembled.\n\n`-o`  \nDefine the output file to be created with the assembly's IL.\n\n# Examples\nOutput IL to the command line:\n```\ndotnet ildasm myassembly.dll\n```\n\nFilter results by method and/or classes to be disassembled, showing the result in the command line:\n```\ndotnet ildasm myassembly.dll -i ClassName\ndotnet ildasm myassembly.dll -i ::MethodName\ndotnet ildasm myassembly.dll -i ClassName::MethodName\n```\n\nDefine the file to be created with the output: \n```\ndotnet ildasm myassembly.dll -o disassembledAssembly.il\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjbgf%2Fdotnet-ildasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpjbgf%2Fdotnet-ildasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjbgf%2Fdotnet-ildasm/lists"}