mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-4121 bsim tutorial updates and html
This commit is contained in:
parent
0c83811cd8
commit
8750841207
26 changed files with 887 additions and 69 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue