Skip to content

Commit da225c3

Browse files
committed
Add VarBERT and Ghidra 11.1 to the Dockerfile
1 parent 8066c99 commit da225c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ RUN apt-get update && apt-get -o APT::Immediate-Configure=0 install -y \
1010
RUN mkdir tools && mkdir /root/ghidra_scripts/
1111
ENV PATH "/tools/:$PATH"
1212
WORKDIR tools
13-
RUN wget https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.4_build/ghidra_10.4_PUBLIC_20230928.zip && \
14-
unzip ghidra_10.4_PUBLIC_20230928.zip && \
15-
sed -i 's/java -cp/java -Djdk.lang.Process.launchMechanism=vfork -cp/g' /tools/ghidra_10.4_PUBLIC/support/launch.sh
13+
RUN wget https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.1_build/ghidra_11.1_PUBLIC_20240607.zip && \
14+
unzip ghidra_11.1_PUBLIC_20240607.zip && \
15+
sed -i 's/java -cp/java -Djdk.lang.Process.launchMechanism=vfork -cp/g' /tools/ghidra_11.1_PUBLIC/support/launch.sh
1616

1717
# copy the local pip project, install it, its plugins, and the models
1818
workdir /
1919
COPY . /DAILA/
2020
RUN pip3 install --upgrade pip \
21-
&& pip3 install -e ./DAILA \
21+
&& pip3 install -e ./DAILA[full] \
2222
&& daila --single-decompiler-install ghidra /root/ghidra_scripts/
2323

0 commit comments

Comments
 (0)