From 5208c1cd57257849e286c900f3d5c1f245639a30 Mon Sep 17 00:00:00 2001 From: Andras Gemes Date: Tue, 17 Dec 2024 11:54:13 +0100 Subject: [PATCH] BSim: Replace updaterepo with generateupdates in docs --- .../src/main/help/help/topics/BSim/CommandLineReference.html | 4 ++-- .../src/main/help/help/topics/BSim/DatabaseConfiguration.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ghidra/Features/BSim/src/main/help/help/topics/BSim/CommandLineReference.html b/Ghidra/Features/BSim/src/main/help/help/topics/BSim/CommandLineReference.html index 57cfba217f6..05f90dafc71 100644 --- a/Ghidra/Features/BSim/src/main/help/help/topics/BSim/CommandLineReference.html +++ b/Ghidra/Features/BSim/src/main/help/help/topics/BSim/CommandLineReference.html @@ -381,7 +381,7 @@

updaterepo command.

+ "command">generateupdates command.

date - indicates the new category holds date/time information.

@@ -394,7 +394,7 @@

Specify a new function tag to be included with generated metadata. A BSim server URL and the name of the new tag are required. This only affects future ingest commands. Functions that have already been ingested are unaffected, although they - can be adjusted with an updaterepo + can be adjusted with an generateupdates command.

diff --git a/Ghidra/Features/BSim/src/main/help/help/topics/BSim/DatabaseConfiguration.html b/Ghidra/Features/BSim/src/main/help/help/topics/BSim/DatabaseConfiguration.html index f75c9bece33..c3fc80194e0 100644 --- a/Ghidra/Features/BSim/src/main/help/help/topics/BSim/DatabaseConfiguration.html +++ b/Ghidra/Features/BSim/src/main/help/help/topics/BSim/DatabaseConfiguration.html @@ -982,7 +982,7 @@

Executable Categories

options set for any new executables will automatically read into the database as part of the ingest process. Previously ingested executables, assuming they have the new program options set, can be updated within the BSim database using one of the bsim updaterepo command variants. In either case, the + "command">bsim generateupdates command variants. In either case, the relevant program options typically need to be filled by running a Ghidra script (See “Ingesting Executable Categories”). @@ -1032,7 +1032,7 @@

Function Tags

The new tag will automatically be read in when any new executables are ingested. If previously ingested executables already had the new tags before they were registered, their metadata within BSim database can be updated using the bsim updaterepo command variants. BSim is limited to 29 + "command">bsim generateupdates command variants. BSim is limited to 29 registered tag names, and there is currently no way to remove a tag once it has been registered.