mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-20 19:55:51 +08:00
GT-3350: Consistently ordered classpath and ExtensionPoint priorities
This commit is contained in:
@@ -42,7 +42,7 @@ public class DumpGhidraCapabilitiesScript extends GhidraScript {
|
||||
addPlugin(moduleName, pluginDescription);
|
||||
}
|
||||
|
||||
Set<Analyzer> instances = ClassSearcher.getInstances(Analyzer.class);
|
||||
List<Analyzer> instances = ClassSearcher.getInstances(Analyzer.class);
|
||||
for (Analyzer analyzer : instances) {
|
||||
Class<? extends Analyzer> clazz = analyzer.getClass();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user