mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 14:11:59 +00:00
GP-0_bsim_tutorial_updates
This commit is contained in:
parent
630f9f1704
commit
2b6d85e2db
@ -11,9 +11,6 @@ We do not run any PostgreSQL code, we simply analyze some files produced when bu
|
||||
<p>Note that these files must be built on a machine running Linux.
|
||||
Windows users can build these files in a Linux virtual machine.</p>
|
||||
|
||||
<p>First, download <code>postgresql-15.3.tar.gz</code> from the PostgreSQL web site.
|
||||
Put this file in <code><ghidra_install_dir>/Ghidra/Features/BSim</code>.</p>
|
||||
|
||||
<p>To build the files, execute the following commands in a shell: <sup id="fnref:1" role="doc-noteref"><a href="#fn:1" class="footnote" rel="footnote">1</a></sup></p>
|
||||
|
||||
<pre><code class="language-bash">cd <ghidra_install_dir>/Features/BSim
|
||||
|
@ -11,9 +11,6 @@ We do not run any PostgreSQL code, we simply analyze some files produced when bu
|
||||
Note that these files must be built on a machine running Linux.
|
||||
Windows users can build these files in a Linux virtual machine.
|
||||
|
||||
First, download ``postgresql-15.3.tar.gz`` from the PostgreSQL web site.
|
||||
Put this file in ``<ghidra_install_dir>/Ghidra/Features/BSim``.
|
||||
|
||||
To build the files, execute the following commands in a shell: [^1]
|
||||
|
||||
[^1]: You may need to install additional packages and/or change some build options in order for PostgreSQL to build successfully. The error messages are generally informative. See the comments in ``make-postgres.sh``.
|
||||
|
@ -72,9 +72,7 @@ Hence the name “BSim”: <strong>B</strong>ehavioral <strong>Sim</strong>iliar
|
||||
<p>PostgreSQL</p>
|
||||
|
||||
<ul>
|
||||
<li>The Ghidra distribution includes the source for a PostgreSQL plugin for BSim along with a
|
||||
build script.</li>
|
||||
<li>Users must download the PostgreSQL source.</li>
|
||||
<li>The Ghidra distribution includes the source for PostgreSQL, a PostgreSQL plugin for BSim, and a build script.</li>
|
||||
<li>Populated from shared Ghidra projects (i.e., requires a Ghidra server).</li>
|
||||
<li>Server not supported on Windows (no restriction on clients).</li>
|
||||
</ul>
|
||||
|
@ -58,9 +58,7 @@ There are three supported database backends for BSim:
|
||||
|
||||
1. PostgreSQL
|
||||
|
||||
- The Ghidra distribution includes the source for a PostgreSQL plugin for BSim along with a
|
||||
build script.
|
||||
- Users must download the PostgreSQL source.
|
||||
- The Ghidra distribution includes the source for PostgreSQL, a PostgreSQL plugin for BSim, and a build script.
|
||||
- Populated from shared Ghidra projects (i.e., requires a Ghidra server).
|
||||
- Server not supported on Windows (no restriction on clients).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user