Skip to content

Commit 1fa2675

Browse files
committed
chore: standard plugin name
1 parent f789881 commit 1fa2675

2 files changed

Lines changed: 7 additions & 26 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -54,28 +54,9 @@ jobs:
5454
run: ./gradlew buildExtension
5555

5656
- name: Rename ZIP for upload
57-
run: mv dist/*_${{matrix.ghidra}}_*.zip dist/ghidra_${{matrix.ghidra}}_reai-ghidra.zip
58-
59-
# - name: Check for Existing Asset
60-
# id: check_asset
61-
# run: |
62-
# asset_name=ghidra_${{matrix.ghidra}}_${{matrix.name}}.zip
63-
# asset_id=$(curl -s "https://api.github.com/repos/${{ github.repository }}/releases/tags/${{ github.event.release.tag_name }}" |
64-
# jq -r ".assets[] | select(.name == \"$asset_name\") | .id")
65-
# echo "Existing Asset ID: $asset_id"
66-
# echo "::set-output name=asset_id::$asset_id"
67-
# continue-on-error: true
68-
#
69-
# - name: Delete Existing Asset
70-
# if: steps.check_asset.outputs.asset_id != ''
71-
# run: |
72-
# asset_id=${{ steps.check_asset.outputs.asset_id }}
73-
# echo "Deleting Asset ID: $asset_id"
74-
# curl -X DELETE \
75-
# -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
76-
# "https://api.github.com/repos/${{ github.repository }}/releases/assets/$asset_id"
57+
run: mv dist/*_${{matrix.ghidra}}_*.zip dist/ghidra_${{matrix.ghidra}}_plugin-ghidra.zip
7758

7859
- name: Upload release ZIP
7960
env:
8061
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
81-
run: gh release upload ${{github.event.release.tag_name}} dist/ghidra_${{matrix.ghidra}}_reai-ghidra.zip
62+
run: gh release upload ${{github.event.release.tag_name}} dist/ghidra_${{matrix.ghidra}}_plugin-ghidra.zip

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ and use it for Binary Code Similarity to help you Reverse Engineer stripped bina
4242

4343
## Installation
4444

45-
The builds for latest stable version of the RevEng.AI Ghidra plugin for common Ghidra versions can be downloaded from the [Releases](https://github.com/revengai/reai-ghidra/releases/latest) page.
45+
The builds for latest stable version of the RevEng.AI Ghidra plugin for common Ghidra versions can be downloaded from the [Releases](https://github.com/revengai/plygin-ghidra/releases/latest) page.
4646

4747
### Supported Ghidra versions
4848

@@ -185,12 +185,12 @@ Gradle can be used to build the plugin from its source code.
185185

186186
1. Clone the GitHub repository.
187187
```
188-
git clone https://github.com/RevEngAI/reai-ghidra.git
188+
git clone https://github.com/RevEngAI/plugin-ghidra.git
189189
```
190190

191191
2. Enter the repository and build with gradle.
192192
```
193-
cd reai-ghidra
193+
cd plugin-ghidra
194194
gradle -PGHIDRA_INSTALL_DIR=<ghidra_install_dir>
195195
```
196196
* Replace `<ghidra_install_dir>` with the path to your local Ghidra installation path.
@@ -210,10 +210,10 @@ Developing in Eclipse is the prefered method, but it does require some setup on
210210

211211
### Reporting Bugs
212212

213-
If you've found a bug in the plugin, please open an issue via [GitHub](https://github.com/RevEngAi/reai-ghidra/issues/new/choose), or create a post on our [Discord](https://discord.com/invite/ZwQTvzfSbA).
213+
If you've found a bug in the plugin, please open an issue via [GitHub](https://github.com/RevEngAi/plugin-ghidra/issues/new/choose), or create a post on our [Discord](https://discord.com/invite/ZwQTvzfSbA).
214214

215215
#### Known Issues
216216

217217
_Plugin configuration is not appearing after installation:_
218218

219-
Check that the downloaded folder is called `reai-ghidra` and not `reai-ghidra-2` due to multiple downloads of the same folder.
219+
Check that the downloaded folder is called `plugin-ghidra` and not `plugin-ghidra-2` due to multiple downloads of the same folder.

0 commit comments

Comments
 (0)