From a26545f42c39bf2d9879ced3eeef9d54b67f46dd Mon Sep 17 00:00:00 2001 From: Andras Gemes Date: Sun, 6 Oct 2024 18:24:20 +0200 Subject: [PATCH] FunctionID: Add description and category tag to ListDomainFiles.java --- Ghidra/Features/FunctionID/ghidra_scripts/ListDomainFiles.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ghidra/Features/FunctionID/ghidra_scripts/ListDomainFiles.java b/Ghidra/Features/FunctionID/ghidra_scripts/ListDomainFiles.java index cc29f4c685..046e67be05 100644 --- a/Ghidra/Features/FunctionID/ghidra_scripts/ListDomainFiles.java +++ b/Ghidra/Features/FunctionID/ghidra_scripts/ListDomainFiles.java @@ -13,6 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +// Lets user choose a specific FID database and output file, then dumps all domain paths. +//@category FunctionID import java.io.File; import java.io.FileWriter; import java.util.*;