Skip to content

Commit

Permalink
📝 Update README and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavst committed Jul 18, 2024
1 parent d5654fd commit eff869c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 16 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Graffiti supports multiple backends, as can be seen [here](#backends). Open the
| JEB | Java ||||||| TCP |
| Intellij | Java, Kotlin ||||||| TCP |
| CLion | C, C++ ||||||| TCP |
| PHPStorm | PHP ||||||| TCP |
| VSCode | Depends on available language server ||||||| TCP |
| IDA | \* |||| - ||| TCP |
| Ghidra | \* |||| - ||| TCP |
Expand Down
2 changes: 1 addition & 1 deletion backends/ghidra/extension.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name=Graffiti
description=Graffiti support for ghidra
author=Yoav Sternberg
createdOn=2024-05-18
version=1.14.0
version=1.15.0
2 changes: 1 addition & 1 deletion backends/intellij/plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.yoavst.graffiti"
version = "1.14.0"
version = "1.15.0"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Installation

- In Intellij settings, go to plugins, then choose the setting icon and "Install plugin from Disk"
- In Intellij settings, go to keymap. Press the find actions by shortcut (on the right) and search for "Ctrl+Shift+A". Remove the non-Graffiti shortcut. You might need to do this for other shortcuts
- In the IDE settings, go to plugins, then choose the setting icon and "Install plugin from Disk"
- In the IDE settings, go to keymap. Press the find actions by shortcut (on the right) and search for "Ctrl+Shift+A". Remove the non-Graffiti shortcut. You might need to do this for other shortcuts

## Usage

Expand Down
11 changes: 0 additions & 11 deletions docs/platforms/Clion.md

This file was deleted.

2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "graffiti_server"
version = "1.14.0"
version = "1.15.0"
authors = [{ name = "Yoav Sternberg", email = "yoav.sternberg@gmail.com" }]
description = "The MITM server for graffiti"
requires-python = ">=3.7"
Expand Down

0 comments on commit eff869c

Please sign in to comment.