Provides address parsing, pattern parsing, search, and replace helpers for binary content.
public static class HexSearchService
kind:method
kind:property
kind:ctor
BuildTextPattern(String, String)
FindNextValue(ILineReader, Int64, Byte[], Byte[], Int64)
FindNextValue(ILineReader, Int64, Byte[], Int64)
FindPrevValue(ILineReader, Int64, Byte[], Int64)
ReplaceAll(ByteOverlay, ILineReader, Byte[], Byte[])
ReplaceNext(ByteOverlay, ILineReader, Byte[], Byte[], Int64)
TryParseAddress(String?, out Int64)
TryParseHexBytes(String?, out Byte[])
TryParseWildcardPattern(String?, out Byte[], out Byte[])