Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BSim: Replace updaterepo with generateupdates in docs #7293

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ <H2 class="title" style="clear: both"><A name="BSimCommand"></A><CODE class=
server URL and the name of the new category are required. This only affects future
ingest commands. Executables that have already been ingested are unaffected,
although they can be adjusted with an <SPAN class=
"command"><STRONG>updaterepo</STRONG></SPAN> command.</P>
"command"><STRONG>generateupdates</STRONG></SPAN> command.</P>

<P><SPAN class="command"><STRONG>date</STRONG></SPAN> - indicates the new category
holds date/time information.</P>
Expand All @@ -394,7 +394,7 @@ <H2 class="title" style="clear: both"><A name="BSimCommand"></A><CODE class=
<P>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 <SPAN class="command"><STRONG>updaterepo</STRONG></SPAN>
can be adjusted with an <SPAN class="command"><STRONG>generateupdates</STRONG></SPAN>
command.</P>
</DD>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ <H3 class="title"><A name="ExeCat"></A>Executable Categories</H3>
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 <SPAN class=
"command"><STRONG>bsim updaterepo</STRONG></SPAN> command variants. In either case, the
"command"><STRONG>bsim generateupdates</STRONG></SPAN> command variants. In either case, the
relevant program options typically need to be filled by running a Ghidra script (See <A
class="xref" href="IngestProcess.html#IngestExeCat" title=
"Ingesting Executable Categories">&ldquo;Ingesting Executable Categories&rdquo;</A>).
Expand Down Expand Up @@ -1032,7 +1032,7 @@ <H3 class="title"><A name="FunctionTags"></A>Function Tags</H3>
<P>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 <SPAN class=
"command"><STRONG>bsim updaterepo</STRONG></SPAN> command variants. BSim is limited to 29
"command"><STRONG>bsim generateupdates</STRONG></SPAN> 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.</P>
</DIV>
Expand Down