Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cs2-analysis/setup-bindiff
Action to setup BinDiff including the IDA Pro plugins.
https://github.com/cs2-analysis/setup-bindiff
actions bindiff github-actions ida ida-pro
Last synced: about 2 months ago
JSON representation
Action to setup BinDiff including the IDA Pro plugins.
- Host: GitHub
- URL: https://github.com/cs2-analysis/setup-bindiff
- Owner: cs2-analysis
- License: mit
- Created: 2024-11-21T21:50:43.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-21T22:08:33.000Z (about 2 months ago)
- Last Synced: 2024-11-21T23:18:00.548Z (about 2 months ago)
- Topics: actions, bindiff, github-actions, ida, ida-pro
- Language: JavaScript
- Homepage:
- Size: 399 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-bindiff
Action to setup BinDiff including the IDA Pro plugins.
> [!NOTE]
> Only IDA Pro 9.0.240925 (Windows and Linux) supported.## Usage example
```yaml
- name: Setup BinDiff
uses: cs2-analysis/setup-bindiff@v1
# with:
# version: 'latest'
```