We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c202b8 commit 6652842Copy full SHA for 6652842
.devcontainer/post-create.sh
@@ -17,4 +17,16 @@ pip install pyhidra
17
# If arm64 os, need to build native binaries for Ghidra
18
if uname -a | grep -q 'aarch64'; then
19
$GHIDRA_INSTALL_DIR/support/buildNatives
20
-fi
+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