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 && \
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
2525RUN wget $GHIDRA_URL
2626RUN unzip -d /opt $GHIDRA_ZIP
2727
Original file line number Diff line number Diff line change 11name : Ghidra Extension Publish
22
33env :
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
88on :
99 push :
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments