Package ghidra.app.services
Interface GhidraScriptService
public interface GhidraScriptService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
runScript
(String scriptName, TaskListener listener) boolean
Attempts to edit the provided file in Eclipse.
-
Method Details
-
runScript
-
refreshScriptList
void refreshScriptList() -
tryToEditFileInEclipse
Attempts to edit the provided file in Eclipse.- Parameters:
file
- The file to edit in Eclipse.- Returns:
- True if the file opened in Eclipse; otherwise, false.
-