Skip to content

Commit 6652842

Browse files
committed
add Ghidra dev reference, tested for 10.2.3
1 parent 7c202b8 commit 6652842

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.devcontainer/post-create.sh

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,16 @@ pip install pyhidra
1717
# If arm64 os, need to build native binaries for Ghidra
1818
if uname -a | grep -q 'aarch64'; then
1919
$GHIDRA_INSTALL_DIR/support/buildNatives
20-
fi
20+
fi
21+
22+
# Setup Ghidra Dev for Reference
23+
git clone [email protected]:NationalSecurityAgency/ghidra.git ~/ghidra-master
24+
pushd ~/ghidra-master
25+
26+
# Follow setup from https://github.com/NationalSecurityAgency/ghidra/blob/master/DevGuide.md
27+
gradle -I gradle/support/fetchDependencies.gradle init
28+
gradle prepdev
29+
30+
popd
31+
32+
echo 'To open up a Ghidra latest dev: code ~/ghidra-master'

0 commit comments

Comments
 (0)