File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 33{
44 "name" : " ghidriff" ,
55 // image from https://github.com/clearbluejar/ghidra-python
6- "image" : " ghcr.io/clearbluejar/ghidra-python:11.3ghidra3 .12python-bookworm" ,
6+ "image" : " ghcr.io/clearbluejar/ghidra-python:11.3.1ghidra3 .12python-bookworm" ,
77 // Configure tool-specific properties.
88 "customizations" : {
99 // Configure properties specific to VS Code.
Original file line number Diff line number Diff line change 11# From https://github.com/clearbluejar/ghidra-python
2- FROM ghcr.io/clearbluejar/ghidra-python:11.0 .1ghidra3.11python -bookworm
2+ FROM ghcr.io/clearbluejar/ghidra-python:11.3 .1ghidra3.12python -bookworm
33
44ENV GHIDRA_INSTALL_DIR=/ghidra
55
@@ -9,8 +9,6 @@ WORKDIR /home/vscode/
99# install latest from pip
1010RUN pip install ghidriff
1111
12- RUN python -m pyghidra.install_plugins
13-
1412# point absolute ghidriffs dir to user
1513# this supports absoulte mapping "docker run --rm -it -v ${PWD}/ghidriffs:/ghidriffs ghidriff /bin/cat1 /bin/cat2"
1614RUN ln -s /ghidriffs /home/vscode/
You can’t perform that action at this time.
0 commit comments