Package ghidra.app.services
Interface StringValidatorService
- All Known Implementing Classes:
StringValidatorService.DummyStringValidator
public interface StringValidatorService
A service that judges the validity of a string
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<StringValidatorService> Returns a list of string validator servicesJudges a string (specified in the query instance).Returns the name of the service
-
Field Details
-
DUMMY
-
-
Method Details
-
getCurrentStringValidatorServices
Returns a list of string validator services- Parameters:
tool
-PluginTool
- Returns:
- list of services
-
getValidatorServiceName
String getValidatorServiceName()Returns the name of the service- Returns:
-
getStringValidityScore
Judges a string (specified in the query instance).- Parameters:
query
-StringValidatorQuery
- Returns:
StringValidityScore
-