Package ghidra.app.services
Interface GhidraScriptService
public interface GhidraScriptService
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidrunScript(String scriptName, TaskListener listener) booleanAttempts to edit the provided file in Eclipse.booleanAttempts to edit the provided file in Visual Studio Code.
-
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.
-
tryToEditFileInVSCode
Attempts to edit the provided file in Visual Studio Code.- Parameters:
file- The file to edit in Visual Studio Code.- Returns:
- True if the file opened in Visual Studio Code; otherwise, false.
-