Skip to content

Commit

Permalink
bump to 0cdc722921cef61b7ca1b7236bdc21079fd4c03e
Browse files Browse the repository at this point in the history
  • Loading branch information
pabx06 committed Sep 27, 2020
1 parent 160aa05 commit d58f152
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## ghidra dark look and feel

[![Build Status](https://travis-ci.com/pabx06/buildghidra.svg?branch=master)](https://travis-ci.com/pabx06/buildghidra)
[![Build Status](https://travis-ci.com/pabx06/buildghidra.svg?branch=master)](https://travis-ci.com/pabx06/buildghidra)

[Ghidra](https://github.com/NationalSecurityAgency/ghidra) master branch build relase wit color dark theme + colors patch

![ghidra_dark](/Screenshot.png?raw=true)

### how to
1. Download a release
⋅⋅* [commit 0cdc722921cef61b7ca1b7236bdc21079fd4c03e](https://github.com/NationalSecurityAgency/ghidra/commit/0cdc722921cef61b7ca1b7236bdc21079fd4c03e) [v1.0.3](https://github.com/pabx06/buildghidra/releases/tag/v1.0.3)
⋅⋅* [commit 7e5f015d651b9c5e7825cb10bc50338b5af67538](https://github.com/NationalSecurityAgency/ghidra/commit/7e5f015d651b9c5e7825cb10bc50338b5af67538) [v1.0.2](https://github.com/pabx06/buildghidra/releases/tag/v1.0.2)

2. Patch if not already done `~/.ghidra/.ghidra_9.2_DEV/tools/_code_browser.tcd` to `~/.ghidra/.ghidra_9.2_DEV/tools/_code_browser_dark_night.tcd` with [ghidra_darknight](https://github.com/elliiot/ghidra_darknight)
Binary file added Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
export PATH="${PWD}/downloads/amazon-corretto-11.0.8.10.1-linux-x64/bin/:$PATH"
git clone https://github.com/NationalSecurityAgency/ghidra.git
cd ghidra
git log|head -n1

#patching colors
patch ./Ghidra/Framework/Docking/src/main/java/docking/widgets/AbstractGCellRenderer.java ../patch/AbstractGCellRenderer.patch
Expand All @@ -19,4 +20,5 @@ patch ./gradle/support/fetchDependencies.gradle ../patch/fetchDependencies.gradl
patch ./Ghidra/Framework/Docking/Module.manifest ../patch/Docking.Module.manifest

gradle -q --init-script gradle/support/fetchDependencies.gradle init >/dev/null
gradle prepDev
gradle -q buildGhidra
10 changes: 10 additions & 0 deletions scripts/tagit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
echo "************status**************"
git status
echo "********************************"
echo "tags are:"
git tag
echo "********************************"
echo "input a tag ie: v1.a.b"
read TAG
echo "will tag to ${TAG}"

0 comments on commit d58f152

Please sign in to comment.