Skip to content

Commit 80a284a

Browse files
author
Your Name
committed
Support for Ghidra 11.3.1
1 parent 63b3993 commit 80a284a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ RUN apt-get update && \
1919
git
2020

2121
# GHIDRA
22-
ENV GHIDRA_URL=https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.3_build/ghidra_11.3_PUBLIC_20250205.zip
23-
ENV GHIDRA_ZIP=ghidra_11.3_PUBLIC_20250205.zip
24-
ENV GHIDRA_DIR=ghidra_11.3_PUBLIC
22+
ENV GHIDRA_URL=https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.3.1_build/ghidra_11.3.1_PUBLIC_20250219.zip
23+
ENV GHIDRA_ZIP=ghidra_11.3.1_PUBLIC_20250219.zip
24+
ENV GHIDRA_DIR=ghidra_11.3.1_PUBLIC
2525
RUN wget $GHIDRA_URL
2626
RUN unzip -d /opt $GHIDRA_ZIP
2727

.github/workflows/build_on_tag_push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Ghidra Extension Publish
22

33
env:
4-
ghidra-url: https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.3_build/ghidra_11.3_PUBLIC_20250205.zip
5-
ghidra-zip-filename: ghidra_11.3_PUBLIC_20250205.zip
6-
ghidra-directory: ghidra_11.3_PUBLIC
4+
ghidra-url: https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.3.1_build/ghidra_11.3.1_PUBLIC_20250219.zip
5+
ghidra-zip-filename: ghidra_11.3.1_PUBLIC_20250219.zip
6+
ghidra-directory: ghidra_11.3.1_PUBLIC
77

88
on:
99
push:

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"label": "Build",
66
"type": "shell",
7-
"command": "gradle -PGHIDRA_INSTALL_DIR=/opt/ghidra_11.3_PUBLIC",
7+
"command": "gradle -PGHIDRA_INSTALL_DIR=/opt/ghidra_11.3.1_PUBLIC",
88
"group": "build",
99
"options": {
1010
"cwd": "${workspaceFolder}/lightkeeper"

0 commit comments

Comments
 (0)