mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-4173 Complete transition to using --option params with bsim and bsim_ctl commands
This commit is contained in:
parent
0de3f53c11
commit
735cb1a5c3
12 changed files with 830 additions and 718 deletions
|
@ -23,13 +23,13 @@ Non-shared projects are locked when open, and the lock will prevent the signatur
|
|||
|
||||
<pre><code class="language-bash">cd <ghidra_install_dir>/support
|
||||
mkdir ~/bsim_sigs
|
||||
./bsim generatesigs ghidra:/<ghidra_project_dir>/postgres_object_files bsim=file:/<database_dir>/example ~/bsim_sigs
|
||||
./bsim generatesigs ghidra:/<ghidra_project_dir>/postgres_object_files --bsim file:/<database_dir>/example ~/bsim_sigs
|
||||
</code></pre>
|
||||
|
||||
<ul>
|
||||
<li>The <code>ghidra:/</code> argument is the local project which holds the analyzed binaries.
|
||||
Note that there is only one forward slash in the URL for a local project.</li>
|
||||
<li>The <code>bsim=</code> argument is the URL of the BSim database.
|
||||
<li>The <code>--bsim</code> argument is the URL of the BSim database.
|
||||
This command does not add any signatures to the database, but it does query the database for its settings.</li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue