mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GT-3350: Consistently ordered classpath and ExtensionPoint priorities
This commit is contained in:
parent
7ab75e411e
commit
8f00152601
52 changed files with 341 additions and 169 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue