Skip to content

Commit f53bf0b

Browse files
committed
Rename IDA plugin's menu entry to just "Diaphora"
1 parent 70b560f commit f53bf0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/diaphora_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def resolve_diaphora():
4242

4343
#-------------------------------------------------------------------------------
4444
class DiaphoraPlugin(idaapi.plugin_t):
45-
wanted_name = "Diaphora: Run Diaphora"
45+
wanted_name = "Diaphora"
4646
version = "3.2.0"
4747
wanted_hotkey = ""
4848
comment = "Diaphora by joxeankoret"

0 commit comments

Comments
 (0)