From e6f0083cf0e26a4cc6e5eca1c3b7d4d2f348169a Mon Sep 17 00:00:00 2001 From: rrockru <619735+rrockru@users.noreply.github.com> Date: Mon, 5 Feb 2024 05:43:14 +0300 Subject: [PATCH] Fix according GP-4269 (#10) Co-authored-by: Dmitry Shchannikov --- src/main/java/ghidrust/decompiler/RustDecPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ghidrust/decompiler/RustDecPlugin.java b/src/main/java/ghidrust/decompiler/RustDecPlugin.java index 18545de..e7c0fd0 100644 --- a/src/main/java/ghidrust/decompiler/RustDecPlugin.java +++ b/src/main/java/ghidrust/decompiler/RustDecPlugin.java @@ -35,7 +35,7 @@ import docking.action.MenuData; @PluginInfo( status = PluginStatus.STABLE, packageName = "HELLO", - category = PluginCategoryNames.DECOMPILER, + category = PluginCategoryNames.ANALYSIS, shortDescription = "Rust Decompiler", description = "Decompile Rust binaries' assembly to Rust code", eventsConsumed = {