Skip to content

Commit

Permalink
Merge pull request #13 from garyttierney/chore/readme-update
Browse files Browse the repository at this point in the history
Update the short description for JetBrains marketplace
  • Loading branch information
garyttierney authored Dec 23, 2021
2 parents 19cd9d3 + 08c6303 commit bfc642c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@

## [Unreleased]

### Changed
- Update README for JetBrains marketplace (#13).

### Fixed
- Don't panic when searching an empty Gradle root by [agatti](https://github.com/agatti) (#11).

## [0.2.0]
### Added
- Add basic support for Headless mode. by @MatthewShao in https://github.com/garyttierney/intellij-ghidra/pull/1
- Add build instructions and update IDEA version by @XVilka in https://github.com/garyttierney/intellij-ghidra/pull/3
- Add basic support for Headless mode. by [MatthewShao](https://github.com/MatthewShao) in https://github.com/garyttierney/intellij-ghidra/pull/1
- Add build instructions and update IDEA version by [XVilka](https://github.com/XVilka) in https://github.com/garyttierney/intellij-ghidra/pull/3

### Changed
- Re-based the repository on top of the IntelliJ Platform Plugin Template and integrated CI (#6).

### Fixed
- Use project-level MessageBus instead of deprecated module-level (#4).
- fix config persistence issue. by @MatthewShao in https://github.com/garyttierney/intellij-ghidra/pull/2
- fix config persistence issue. by [MatthewShao](https://github.com/MatthewShao) in https://github.com/garyttierney/intellij-ghidra/pull/2
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# intellij-ghidra

<!-- Plugin description -->
A plugin that extends IDEA with a Ghidra launcher run configuration.
Adds support for Ghidra extensions and scripts written in Java to IntellIJ.
The following additional features have been added to the IDE:

- Ghidra Framework facet and global library support
- Code Assistance from the Ghidra API
- Run Configuration integration to launch the current extension

<!-- Plugin description end -->

## Building
Expand All @@ -24,4 +30,4 @@ gradle buildPlugin
At the moment the only functionality available is configuring the IDE with the path to Ghidra, and a custom run configuration.
This can be set up by configuring the Ghidra facet and then creating a _Ghidra Launcher_ run configuration, as shown below.

![Setup demonstration](https://github.com/garyttierney/intellij-ghidra/raw/master/media/intellij-ghidra-example.gif "Setup demonstration")
![Setup demonstration](https://github.com/garyttierney/intellij-ghidra/raw/main/media/intellij-ghidra-example.gif "Setup demonstration")

0 comments on commit bfc642c

Please sign in to comment.