mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-2509 GP-2644 Improved Ghidra URL support. Added support for Ghidra
URL linked files and folders within project.
This commit is contained in:
parent
8d6cf5e310
commit
5a422c4502
153 changed files with 7083 additions and 1732 deletions
|
@ -143,6 +143,8 @@ public class RepositoryFileUpgradeScript extends GhidraScript {
|
|||
}
|
||||
|
||||
private boolean performProgramUpgrade(DomainFile df) throws IOException, CancelledException {
|
||||
// Do not follow folder-links or consider program links. Using content type
|
||||
// to filter is best way to control this.
|
||||
if (!ProgramContentHandler.PROGRAM_CONTENT_TYPE.equals(df.getContentType())) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue