Skip to content

Commit

Permalink
add Ghidra dev reference, tested for 10.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clearbluejar committed Feb 13, 2023
1 parent 7c202b8 commit 6652842
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .devcontainer/post-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,16 @@ pip install pyhidra
# If arm64 os, need to build native binaries for Ghidra
if uname -a | grep -q 'aarch64'; then
$GHIDRA_INSTALL_DIR/support/buildNatives
fi
fi

# Setup Ghidra Dev for Reference
git clone [email protected]:NationalSecurityAgency/ghidra.git ~/ghidra-master
pushd ~/ghidra-master

# Follow setup from https://github.com/NationalSecurityAgency/ghidra/blob/master/DevGuide.md
gradle -I gradle/support/fetchDependencies.gradle init
gradle prepdev

popd

echo 'To open up a Ghidra latest dev: code ~/ghidra-master'

0 comments on commit 6652842

Please sign in to comment.