File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ RUN apt-get update && apt-get -o APT::Immediate-Configure=0 install -y \
1010RUN mkdir tools && mkdir /root/ghidra_scripts/
1111ENV PATH "/tools/:$PATH"
1212WORKDIR 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
1818workdir /
1919COPY . /DAILA/
2020RUN 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
You can’t perform that action at this time.
0 commit comments