{"id":18323084,"url":"https://github.com/berdav/ilspycmd-docker","last_synced_at":"2026-04-16T03:32:47.030Z","repository":{"id":199871460,"uuid":"703932791","full_name":"berdav/ilspycmd-docker","owner":"berdav","description":"Docker images to run ilspycmd and decompile .NET applications on Linux","archived":false,"fork":false,"pushed_at":"2023-10-12T08:39:44.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-13T02:49:00.433Z","etag":null,"topics":["docker","dotnet","ilspy","reflector","reverse-engineering"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/berdav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-12T07:51:36.000Z","updated_at":"2025-01-11T15:26:24.000Z","dependencies_parsed_at":"2023-10-13T04:04:50.096Z","dependency_job_id":null,"html_url":"https://github.com/berdav/ilspycmd-docker","commit_stats":null,"previous_names":["berdav/ilspycmd-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/berdav/ilspycmd-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berdav%2Filspycmd-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berdav%2Filspycmd-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berdav%2Filspycmd-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berdav%2Filspycmd-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berdav","download_url":"https://codeload.github.com/berdav/ilspycmd-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berdav%2Filspycmd-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["docker","dotnet","ilspy","reflector","reverse-engineering"],"created_at":"2024-11-05T18:27:06.884Z","updated_at":"2026-04-16T03:32:47.012Z","avatar_url":"https://github.com/berdav.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ilspycmd-docker\n🕵️🐳\n\nDocker images to run ilspycmd and decompile .NET applications on Linux\n\n.NET applications on Linux are difficult to decompile.  ilspycmd can be used\nto decompile them but it requires a specific version of .NET.\n\nWith this Docker image you can easily run ilspycmd just installing it from Docker\n\n## Usage\n\n### Pull the image from the docker hub\nThis image is pushed to the official docker hub.\n\nYou can install it using\n```bash\nsudo docker pull berdav/ilspycmd\n```\n\nOr directly run it using\n```bash\nsudo docker run -v .:/docker --rm -ti berdav/ilspycmd\n```\n\n### Build the image\nAlternatively you can build the image from this repository\n\nTo build the image simply use the provided script:\n```bash\nsudo ./setup.sh\n```\n\n### Decompile a library\n\nTo decompile the library place it inside this directory\n\n```bash\ncp /home/test/target.dll .\n```\n\nThen you can execute the `run.sh` script as root\n```bash\nsudo ./run.sh\n```\n\nAfter that you can decompile the dll or the exe from the `/docker` directory\n```bash\nilspy@ilspycmd$ cd /docker\nilspy@ilspycmd:/docker$ ilspycmd -p -o target target.dll\n```\n\nThen you will find the extracted data inside `target` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberdav%2Filspycmd-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberdav%2Filspycmd-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberdav%2Filspycmd-docker/lists"}