Package ghidra.framework
Interface ModuleInitializer
- All Superinterfaces:
ExtensionPoint,Runnable
- All Known Implementing Classes:
BSimInitializer,DBInitializer,DecompilerInitializer,EditorInitializer,FileSystemInitializer,FoundationInitializer,GenericInitializer,ProjectInitializer,SoftwareModelingInitializer,SSLContextInitializer
An
ExtensionPoint that users can implement to perform work before the application
is loaded.
To create a module initializer:
1) Implement ModuleInitializer.java
2) Have the name of your implementation end with the keyword 'Initializer'
-
Method Summary
-
Method Details
-
getName
String getName()- Returns:
- initializer name
-