File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ RUN apt-get update && \
19
19
git
20
20
21
21
# 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
25
25
RUN wget $GHIDRA_URL
26
26
RUN unzip -d /opt $GHIDRA_ZIP
27
27
Original file line number Diff line number Diff line change 1
1
name : Ghidra Extension Publish
2
2
3
3
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
7
7
8
8
on :
9
9
push :
Original file line number Diff line number Diff line change 4
4
{
5
5
"label" : " Build" ,
6
6
"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 " ,
8
8
"group" : " build" ,
9
9
"options" : {
10
10
"cwd" : " ${workspaceFolder}/lightkeeper"
You can’t perform that action at this time.
0 commit comments