{"id":13473539,"url":"https://github.com/decompiler-explorer/decompiler-explorer","last_synced_at":"2025-03-26T19:34:19.736Z","repository":{"id":41820954,"uuid":"421195163","full_name":"decompiler-explorer/decompiler-explorer","owner":"decompiler-explorer","description":"Decompiler Explorer! Compare tools on the forefront of static analysis, now in your web browser!","archived":false,"fork":false,"pushed_at":"2024-10-29T21:33:34.000Z","size":4228,"stargazers_count":2148,"open_issues_count":38,"forks_count":143,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-10-29T23:45:54.986Z","etag":null,"topics":["angr","binaryninja","boomerang","decompiler","ghidra","ida-pro","recstudio","reko","relyze","retdec","snowman","website"],"latest_commit_sha":null,"homepage":"https://dogbolt.org","language":"Python","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/decompiler-explorer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-25T21:52:06.000Z","updated_at":"2024-10-29T21:33:33.000Z","dependencies_parsed_at":"2023-09-27T02:34:43.237Z","dependency_job_id":"99c36d2a-506d-4a63-836e-370c04d5858e","html_url":"https://github.com/decompiler-explorer/decompiler-explorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decompiler-explorer%2Fdecompiler-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decompiler-explorer%2Fdecompiler-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decompiler-explorer%2Fdecompiler-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decompiler-explorer%2Fdecompiler-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/decompiler-explorer","download_url":"https://codeload.github.com/decompiler-explorer/decompiler-explorer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245722854,"owners_count":20661835,"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":["angr","binaryninja","boomerang","decompiler","ghidra","ida-pro","recstudio","reko","relyze","retdec","snowman","website"],"created_at":"2024-07-31T16:01:04.542Z","updated_at":"2025-03-26T19:34:17.873Z","avatar_url":"https://github.com/decompiler-explorer.png","language":"Python","readme":"# Decompiler Explorer\n\n[Decompiler Explorer](https://dogbolt.org) is a web front-end to a number of [decompilers](/runners/decompiler). This web service lets you compare the output of different decompilers on small executables. In other words: It's basically the same thing as Matt Godbolt's awesome [Compiler Explorer](https://github.com/compiler-explorer/compiler-explorer), but in reverse.\n\n\n![Decompiler Explorer](/static/img/preview.png)\n\n## Prerequisites\n\n- python \u003e= 3.8\n- pipenv\n- docker\n- docker-compose\n\n\n## Installation\n\n```\npipenv install\npython scripts/dce.py init\n```\n\n\n## Setting up decompilers\nSee the instructions [here](runners/decompiler/tools/README.md)\n\n\n## Running in docker (dev)\n\n```shell\npipenv install\npython scripts/dce.py init\n\n# Build all decompilers with valid keys\npython scripts/dce.py build\n# If you want to exclude certain decompilers\n# python scripts/dce.py --without-reko build\n\npython scripts/dce.py start\n# UI now accessible on port 80/443\n```\n\n\n## Running in docker (production)\n\n```shell\npython scripts/dce.py start --prod --replicas 2 --acme-email=\u003cyour email\u003e\n```\n\n\n## Running in docker (production with s3 storage)\n\n```shell\npython scripts/dce.py start --prod --replicas 2 --acme-email=\u003cyour email\u003e --s3 --s3-bucket=\u003cs3 bucket name\u003e --s3-endpoint=\u003cs3 compatible endpoint\u003e --s3-region=\u003cs3 region\u003e\n```\n\n\n## Starting dev server (outside Docker)\n\n\u003e This won't start any decompilers, just the frontend\n\n```shell\npipenv run python manage.py migrate\npipenv run python manage.py runserver 0.0.0.0:8000\n```\n\n\n## Starting decompiler for dev server\n\n```shell\nexport EXPLORER_URL=http://172.17.0.1:8000\n\ndocker-compose up binja --build --force-recreate --remove-orphans\n```\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecompiler-explorer%2Fdecompiler-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecompiler-explorer%2Fdecompiler-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecompiler-explorer%2Fdecompiler-explorer/lists"}