Package ghidra.program.util.string
Class StringSearcher
java.lang.Object
ghidra.program.util.string.AbstractStringSearcher
ghidra.program.util.string.StringSearcher
- 
Constructor Summary
ConstructorsConstructorDescriptionStringSearcher(Program program, int minimumStringSize, int alignment, boolean allCharSizes, boolean requireNullTermination) StringSearcher(Program program, CharSetRecognizer charSet, int minimumStringSize, int alignment, boolean allCharSizes, boolean requireNullTermination)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessSequence(FoundStringCallback callback, Sequence sequence, MemBuffer buf) Methods inherited from class ghidra.program.util.string.AbstractStringSearcher
getAlignment, getFoundString, search, updateAddressesToSearch 
- 
Constructor Details
- 
StringSearcher
public StringSearcher(Program program, int minimumStringSize, int alignment, boolean allCharSizes, boolean requireNullTermination)  - 
StringSearcher
public StringSearcher(Program program, CharSetRecognizer charSet, int minimumStringSize, int alignment, boolean allCharSizes, boolean requireNullTermination)  
 - 
 - 
Method Details
- 
processSequence
- Specified by:
 processSequencein classAbstractStringSearcher
 
 -