Skip to content

Commit

Permalink
Merge pull request #39 from quarkslab/add_ida_84
Browse files Browse the repository at this point in the history
Add IDA SDK 8.4
  • Loading branch information
RobinDavid authored Jan 15, 2025
2 parents 6627e3a + a40c323 commit 70bd1dd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
ida_sdk: [74, 77, 80, 81, 82, 83]
ida_sdk: [74, 77, 80, 81, 82, 83, 84]
include:
- ida_sdk: 74
sdk_password: IDA_SDK74_PASSWORD
Expand All @@ -24,6 +24,8 @@ jobs:
sdk_password: IDA_SDK82_PASSWORD
- ida_sdk: 83
sdk_password: IDA_SDK83_PASSWORD
- ida_sdk: 84
sdk_password: IDA_SDK84_PASSWORD
- os: ubuntu-latest
ext: so
- os: windows-latest
Expand All @@ -32,7 +34,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: 'true'

- name: Setup cmake
uses: jwlawson/[email protected]
Expand Down Expand Up @@ -92,7 +96,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
ida_sdk: [74, 77, 80, 81, 82, 83]
ida_sdk: [74, 77, 80, 81, 82, 83, 84]
include:
- os: windows-latest
ext: dll
Expand Down
1 change: 1 addition & 0 deletions third_party/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
idasdk84.zip filter=lfs diff=lfs merge=lfs -text
3 changes: 3 additions & 0 deletions third_party/idasdk84.zip
Git LFS file not shown

0 comments on commit 70bd1dd

Please sign in to comment.