mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-3697 Added delayed ProjectFileManager disposal in support of URL use
and opening linked project files and renamed ProjectFileData to DefaultProjectData.
This commit is contained in:
parent
5ef4b269a1
commit
3eb642885c
51 changed files with 1636 additions and 813 deletions
|
@ -82,7 +82,7 @@ public class AutoVersionTrackingTask extends Task {
|
|||
private static int NUM_CORRELATORS = 8;
|
||||
|
||||
/**
|
||||
* Constructor for AutoVersionTrackingCommand
|
||||
* Constructor for a modal/blocking AutoVersionTrackingTask
|
||||
*
|
||||
* @param controller The Version Tracking controller for this session containing option and
|
||||
* tool information needed for this command.
|
||||
|
@ -483,8 +483,6 @@ public class AutoVersionTrackingTask extends Task {
|
|||
continue;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// remove any matches that have identical source functions - if more than one
|
||||
// with exactly the same instructions and operands then cannot determine a unique match
|
||||
Set<Address> sourceAddresses = getSourceAddressesFromMatches(relatedMatches, monitor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue