Skip to content

Commit da9f2fc

Browse files
authored
Merge pull request #207 from roblabla/update-ghidra
Update to ghidra 11.1.2
2 parents 42d9185 + 6763391 commit da9f2fc

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/export-ghidra.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
schedule:
66
- cron: '0 2 * * *'
77

8+
env:
9+
GHIDRA_VERSION: 11.1.2
10+
GHIDRA_DATE: 20240709
11+
812
jobs:
913
export-ghidra:
1014
runs-on: ubuntu-latest
@@ -37,7 +41,7 @@ jobs:
3741
python-version: '3.11'
3842
- name: Get ghidra
3943
run: |
40-
curl -L https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0_build/ghidra_11.0_PUBLIC_20231222.zip -o /tmp/ghidra.zip
44+
curl -L https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${GHIDRA_VERSION}_build/ghidra_${GHIDRA_VERSION}_PUBLIC_${GHIDRA_DATE}.zip -o /tmp/ghidra.zip
4145
unzip -d /tmp /tmp/ghidra.zip
4246
echo /tmp/ghidra_*/support >> $GITHUB_PATH
4347
- name: Export ghidra

.github/workflows/update-mapping.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
schedule:
66
- cron: '0 2 * * *'
77

8+
env:
9+
GHIDRA_VERSION: 11.1.2
10+
GHIDRA_DATE: 20240709
11+
812
jobs:
913
update-mapping:
1014
runs-on: ubuntu-latest
@@ -21,7 +25,7 @@ jobs:
2125
python-version: '3.11'
2226
- name: Get ghidra
2327
run: |
24-
curl -L https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0_build/ghidra_11.0_PUBLIC_20231222.zip -o /tmp/ghidra.zip
28+
curl -L https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${GHIDRA_VERSION}_build/ghidra_${GHIDRA_VERSION}_PUBLIC_${GHIDRA_DATE}.zip -o /tmp/ghidra.zip
2529
unzip -d /tmp /tmp/ghidra.zip
2630
echo /tmp/ghidra_*/support >> $GITHUB_PATH
2731
- name: Update mapping

0 commit comments

Comments
 (0)