{"id":22889269,"url":"https://github.com/cs2-analysis/setup-ida-pro","last_synced_at":"2026-04-27T23:32:33.608Z","repository":{"id":263313283,"uuid":"889679790","full_name":"cs2-analysis/setup-ida-pro","owner":"cs2-analysis","description":"Action to setup IDA Pro and idalib python module","archived":false,"fork":false,"pushed_at":"2024-11-18T00:10:30.000Z","size":2579,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-13T21:20:43.396Z","etag":null,"topics":["actions","github-actions","ida","ida-pro"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/cs2-analysis.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-16T23:51:54.000Z","updated_at":"2024-11-21T22:17:09.000Z","dependencies_parsed_at":"2024-11-17T20:17:42.971Z","dependency_job_id":"596486ae-2389-4a7a-9139-da22a80f150e","html_url":"https://github.com/cs2-analysis/setup-ida-pro","commit_stats":null,"previous_names":["cs2-analysis/setup-ida-pro"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cs2-analysis%2Fsetup-ida-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cs2-analysis%2Fsetup-ida-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cs2-analysis%2Fsetup-ida-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cs2-analysis%2Fsetup-ida-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cs2-analysis","download_url":"https://codeload.github.com/cs2-analysis/setup-ida-pro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237566105,"owners_count":19330893,"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":["actions","github-actions","ida","ida-pro"],"created_at":"2024-12-13T21:20:07.745Z","updated_at":"2025-02-07T00:13:17.928Z","avatar_url":"https://github.com/cs2-analysis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# setup-ida-pro\n\nAction to setup IDA Pro and idalib python module\n\n\u003e [!NOTE]\n\u003e Only tested on IDA Pro 9.0.240925 (Windows and Linux)\n\n## Usage example\n\n```yaml\n- name: Setup IDA Pro\n  uses: cs2-analysis/setup-ida-pro@v1\n  with:\n    # Download link to the IDA Pro installer (appropriate for the runner OS)\n    download-link: 'https://example.com/some/path/ida-pro_90_x64linux.run'\n    # Newline-separated list of ZIP files to extract over the IDA Pro installation (license, plugins, etc.)\n    overlay-links: |\n      https://example.com/some/path/license.zip\n      https://example.com/some/path/some-plugin.zip\n    # Additional BASH command to run after extracting the overlay files (if the overlay files don't extract to the correct location)\n    install-command: 'mv some-plugin.so plugins'\n    # Use GitHub Actions Cloud Cache instead of tool cache (tool cache is only useful in self-hosted runners, enabled by default)\n    # use-cloud-cache: true\n\n- name: Run IDA Pro in batch mode\n  run: idat -B sample.exe\n\n- name: Run idalib script\n  run: python3 some-idalib-script.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcs2-analysis%2Fsetup-ida-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcs2-analysis%2Fsetup-ida-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcs2-analysis%2Fsetup-ida-pro/lists"}