GP-4121 bsim tutorial updates and html

This commit is contained in:
James 2023-12-07 21:02:48 +00:00
parent 0c83811cd8
commit 8750841207
26 changed files with 887 additions and 69 deletions

View file

@ -13,9 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
//Generate BSim signatures for the current program. The URL for the program is
//created from the local storage location. These signatures are intended for the
//in-memory database backend.
//Generates and commits the BSim signatures for the currentProgram to the
//selected H2 BSim database
//@category BSim
import java.io.File;
import java.io.IOException;
@ -41,9 +40,6 @@ import ghidra.program.model.listing.FunctionManager;
import ghidra.util.MessageType;
import ghidra.util.Msg;
//@category BSim
//Generates and commits the BSim signatures for the currentProgram to the
//selected H2 BSim database
public class AddProgramToH2BSimDatabaseScript extends GhidraScript {
private static final String DATABASE = "H2 Database";