Interface GhidraScriptService


  • public interface GhidraScriptService
    • Method Detail

      • runScript

        void runScript​(java.lang.String scriptName,
                       TaskListener listener)
      • refreshScriptList

        void refreshScriptList()
      • tryToEditFileInEclipse

        boolean tryToEditFileInEclipse​(ResourceFile file)
        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.