{"id":26612780,"url":"https://github.com/stackoverflowexcept1on/idapro91-docker","last_synced_at":"2025-10-10T12:32:49.971Z","repository":{"id":253684624,"uuid":"844104891","full_name":"StackOverflowExcept1on/idapro91-docker","owner":"StackOverflowExcept1on","description":"IDA Pro 9.1 Docker Image","archived":false,"fork":false,"pushed_at":"2025-04-09T08:07:22.000Z","size":23,"stargazers_count":4,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T09:23:18.865Z","etag":null,"topics":["ci-cd","docker-image","ida-pro","linux","reverse-engineering"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StackOverflowExcept1on.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-08-18T11:58:05.000Z","updated_at":"2025-04-09T08:07:25.000Z","dependencies_parsed_at":"2025-03-13T20:24:49.527Z","dependency_job_id":"8adf3d6c-163d-41da-932a-4bb2f18d9a2b","html_url":"https://github.com/StackOverflowExcept1on/idapro91-docker","commit_stats":null,"previous_names":["stackoverflowexcept1on/idapro90-docker"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackOverflowExcept1on%2Fidapro91-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackOverflowExcept1on%2Fidapro91-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackOverflowExcept1on%2Fidapro91-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackOverflowExcept1on%2Fidapro91-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StackOverflowExcept1on","download_url":"https://codeload.github.com/StackOverflowExcept1on/idapro91-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248142963,"owners_count":21054671,"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":["ci-cd","docker-image","ida-pro","linux","reverse-engineering"],"created_at":"2025-03-24T03:33:01.643Z","updated_at":"2025-04-10T02:02:09.434Z","avatar_url":"https://github.com/StackOverflowExcept1on.png","language":"Python","readme":"### idapro91-docker\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/stackoverflowexcept1on/idapro)](https://hub.docker.com/r/stackoverflowexcept1on/idapro)\n[![Docker Image CLI](https://img.shields.io/badge/docker_image_(cli)-941MB-blue)](https://hub.docker.com/r/stackoverflowexcept1on/idapro)\n[![Docker Image X11](https://img.shields.io/badge/docker_image_(x11)-1.17GB-blue)](https://hub.docker.com/r/stackoverflowexcept1on/idapro)\n\nIDA Pro 9.1 Docker Image that can be used both in batch mode (without GUI) and with X11 forwarding. You can run IDA Pro on a Linux server at night and get `database.i64` the next day.\n\n### Requirements\n\n- `ida-pro_91_x64linux.run` file, which can be downloaded from release page\n\n### Building\n\n```bash\ndocker build \\\n    --build-arg MODE=cli \\\n    --platform linux/amd64 \\\n    --tag stackoverflowexcept1on/idapro:cli .\n```\n\n```bash\ndocker build \\\n    --build-arg MODE=x11 \\\n    --platform linux/amd64 \\\n    --tag stackoverflowexcept1on/idapro:x11 .\n```\n\n### Installing\n\nIf you don't want to build anything, pre-built docker image is available:\n\n```bash\ndocker pull \\\n    --platform linux/amd64 \\\n    stackoverflowexcept1on/idapro:cli\n```\n\n```bash\ndocker pull \\\n    --platform linux/amd64 \\\n    stackoverflowexcept1on/idapro:x11\n```\n\n### Running\n\n```bash\nmkdir -p demo \u0026\u0026 cd demo\ncp /bin/cat .\ndocker run \\\n    --hostname hostname \\\n    --interactive \\\n    --name container \\\n    --platform linux/amd64 \\\n    --rm \\\n    --tty \\\n    --volume $(pwd):/files \\\n    stackoverflowexcept1on/idapro:cli \\\n        -B \\\n        -P+ \\\n        /files/cat\nls cat.i64\n```\n\n```bash\nmkdir -p demo \u0026\u0026 cd demo\ncp /bin/cat .\nxhost +local:docker\ndocker run \\\n    --hostname hostname \\\n    --interactive \\\n    --env DISPLAY=$DISPLAY \\\n    --name container \\\n    --platform linux/amd64 \\\n    --rm \\\n    --tty \\\n    --volume $(pwd):/files \\\n    --volume /tmp/.X11-unix:/tmp/.X11-unix \\\n    stackoverflowexcept1on/idapro:x11 \\\n        /files/cat\nls cat.i64\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackoverflowexcept1on%2Fidapro91-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackoverflowexcept1on%2Fidapro91-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackoverflowexcept1on%2Fidapro91-docker/lists"}