From 2b6d85e2db039e7037771619176257319a9a5bf7 Mon Sep 17 00:00:00 2001 From: James <49045138+ghidracadabra@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:35:36 +0000 Subject: [PATCH] GP-0_bsim_tutorial_updates --- .../GhidraClass/BSim/BSimTutorial_Ghidra_Command_Line.html | 3 --- .../GhidraClass/BSim/BSimTutorial_Ghidra_Command_Line.md | 3 --- GhidraDocs/GhidraClass/BSim/BSimTutorial_Intro.html | 4 +--- GhidraDocs/GhidraClass/BSim/BSimTutorial_Intro.md | 4 +--- 4 files changed, 2 insertions(+), 12 deletions(-) diff --git a/GhidraDocs/GhidraClass/BSim/BSimTutorial_Ghidra_Command_Line.html b/GhidraDocs/GhidraClass/BSim/BSimTutorial_Ghidra_Command_Line.html index 6630087b96..ca7ef85e74 100755 --- a/GhidraDocs/GhidraClass/BSim/BSimTutorial_Ghidra_Command_Line.html +++ b/GhidraDocs/GhidraClass/BSim/BSimTutorial_Ghidra_Command_Line.html @@ -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

cd <ghidra_install_dir>/Features/BSim
diff --git a/GhidraDocs/GhidraClass/BSim/BSimTutorial_Ghidra_Command_Line.md b/GhidraDocs/GhidraClass/BSim/BSimTutorial_Ghidra_Command_Line.md
index 2a91ee261c..ae0b1698af 100644
--- a/GhidraDocs/GhidraClass/BSim/BSimTutorial_Ghidra_Command_Line.md
+++ b/GhidraDocs/GhidraClass/BSim/BSimTutorial_Ghidra_Command_Line.md
@@ -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/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``.
diff --git a/GhidraDocs/GhidraClass/BSim/BSimTutorial_Intro.html b/GhidraDocs/GhidraClass/BSim/BSimTutorial_Intro.html
index d4ca639b50..258a3b9c9a 100755
--- a/GhidraDocs/GhidraClass/BSim/BSimTutorial_Intro.html
+++ b/GhidraDocs/GhidraClass/BSim/BSimTutorial_Intro.html
@@ -72,9 +72,7 @@ Hence the name “BSim”: Behavioral Similiar
     

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).
diff --git a/GhidraDocs/GhidraClass/BSim/BSimTutorial_Intro.md b/GhidraDocs/GhidraClass/BSim/BSimTutorial_Intro.md index 89c5510a7f..5cd287e083 100644 --- a/GhidraDocs/GhidraClass/BSim/BSimTutorial_Intro.md +++ b/GhidraDocs/GhidraClass/BSim/BSimTutorial_Intro.md @@ -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).