mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-4085 Added ability to add VTSession to a shared repository
This commit is contained in:
parent
b8f004c792
commit
c3386b72a2
33 changed files with 1063 additions and 565 deletions
|
@ -63,8 +63,7 @@ public class CreateAppliedExactMatchingSessionScript extends GhidraScript {
|
|||
return;
|
||||
}
|
||||
|
||||
VTSession session =
|
||||
VTSessionDB.createVTSession(name, sourceProgram, destinationProgram, this);
|
||||
VTSession session = new VTSessionDB(name, sourceProgram, destinationProgram, this);
|
||||
|
||||
// it seems clunky to have to create this separately, but I'm not sure how else to do it
|
||||
folder.createFile(name, session, monitor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue