Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zackelia/ghidra-dark
Dark theme installer for Ghidra
https://github.com/zackelia/ghidra-dark
dark-theme ghidra reverse-engineering
Last synced: 4 days ago
JSON representation
Dark theme installer for Ghidra
- Host: GitHub
- URL: https://github.com/zackelia/ghidra-dark
- Owner: zackelia
- License: mit
- Archived: true
- Created: 2020-10-30T01:44:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T02:42:09.000Z (over 1 year ago)
- Last Synced: 2024-08-02T16:46:00.476Z (3 months ago)
- Topics: dark-theme, ghidra, reverse-engineering
- Language: Python
- Homepage:
- Size: 320 KB
- Stars: 586
- Watchers: 6
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ghidra-dark
[![Ghidra 9.0-10.2.3](https://img.shields.io/badge/Ghidra-9.0--10.2.3-red)](https://github.com/NationalSecurityAgency/ghidra/releases)
[![Python >=3.6](https://img.shields.io/badge/python->=3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)> **Warning**
> Ghidra >=10.3 not supported. Check out [ghidra-dark-theme](https://github.com/zackelia/ghidra-dark-theme) instead!ghidra-dark provides a simple to use script to install the FlatLaf dark theme, custom colors for disassembly/decompilation in Ghidra, and some other helpful settings. A script is also provided for uninstallation. The scripts officially support all public builds through version 10.2.3 on Windows, Linux, and macOS.
## Install
```
$ python3 install.py
```If installing as root (e.g. `sudo`), the user to install for may need to be specified:
```
$ sudo python3 install.py -u [user]
```![](ghidra-dark.png)
## Uninstall
```
$ python3 uninstall.py
```