-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump to 0cdc722921cef61b7ca1b7236bdc21079fd4c03e
- Loading branch information
Showing
4 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}" |