mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +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
|
@ -20,10 +20,10 @@
|
|||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
|
||||
import ghidra.feature.vt.GhidraVersionTrackingScript;
|
||||
import ghidra.feature.vt.AbstractGhidraVersionTrackingScript;
|
||||
import ghidra.feature.vt.api.main.*;
|
||||
|
||||
public class OpenVersionTrackingSessionScript extends GhidraVersionTrackingScript {
|
||||
public class OpenVersionTrackingSessionScript extends AbstractGhidraVersionTrackingScript {
|
||||
|
||||
@Override
|
||||
protected void run() throws Exception {
|
||||
|
@ -33,6 +33,9 @@ public class OpenVersionTrackingSessionScript extends GhidraVersionTrackingScrip
|
|||
}
|
||||
|
||||
private void acceptMatchesWithGoodConfidence() throws Exception {
|
||||
|
||||
VTSession vtSession = getVTSession();
|
||||
|
||||
println("Working on session: " + vtSession);
|
||||
|
||||
List<VTMatchSet> matchSets = vtSession.getMatchSets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue