Merge remote-tracking branch 'origin/Ghidra_11.3'

This commit is contained in:
Ryan Kurtz 2025-01-10 11:03:06 -05:00
commit a56c9b3ec6
2 changed files with 4 additions and 4 deletions

View file

@ -381,7 +381,7 @@
server URL and the name of the new category are required. This only affects future 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, ingest commands. Executables that have already been ingested are unaffected,
although they can be adjusted with an <SPAN class= 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 <P><SPAN class="command"><STRONG>date</STRONG></SPAN> - indicates the new category
holds date/time information.</P> holds date/time information.</P>
@ -394,7 +394,7 @@
<P>Specify a new function tag to be included with generated metadata. A BSim server <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 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 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> command.</P>
</DD> </DD>

View file

@ -982,7 +982,7 @@ curl -k -u elastic:XXXXXX -X POST "https://localhost:9200/_security/user/ghidrau
options set for any new executables will automatically read into the database as part of 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 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= 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 relevant program options typically need to be filled by running a Ghidra script (See <A
class="xref" href="IngestProcess.html#IngestExeCat" title= class="xref" href="IngestProcess.html#IngestExeCat" title=
"Ingesting Executable Categories">&ldquo;Ingesting Executable Categories&rdquo;</A>). "Ingesting Executable Categories">&ldquo;Ingesting Executable Categories&rdquo;</A>).
@ -1032,7 +1032,7 @@ curl -k -u elastic:XXXXXX -X POST "https://localhost:9200/_security/user/ghidrau
<P>The new tag will automatically be read in when any new executables are ingested. If <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, previously ingested executables already had the new tags before they were registered,
their metadata within BSim database can be updated using the <SPAN class= 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 tag names, and there is currently no way to remove a tag once it has been
registered.</P> registered.</P>
</DIV> </DIV>