Skip to content

Commit

Permalink
Rename IDA plugin's menu entry to just "Diaphora"
Browse files Browse the repository at this point in the history
  • Loading branch information
joxeankoret committed May 30, 2024
1 parent 70b560f commit f53bf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/diaphora_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def resolve_diaphora():

#-------------------------------------------------------------------------------
class DiaphoraPlugin(idaapi.plugin_t):
wanted_name = "Diaphora: Run Diaphora"
wanted_name = "Diaphora"
version = "3.2.0"
wanted_hotkey = ""
comment = "Diaphora by joxeankoret"
Expand Down

0 comments on commit f53bf0b

Please sign in to comment.