HexView for Avalonia Home
  1. Home
  2. Docs
  3. API
    1. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. HexView.Avalonia.Services
    4. HexSearchService

    HexSearchService Class

    Definition

    Namespace HexView.Avalonia.Services
    Assembly HexView.dll
    Inherits Object
    View source
    Show inherited members (7)
    • System.Object.Equals(System.Object?)
    • System.Object.Equals(System.Object?, System.Object?)
    • System.Object.GetHashCode()
    • System.Object.GetType()
    • System.Object.MemberwiseClone()
    • System.Object.ReferenceEquals(System.Object?, System.Object?)
    • System.Object.ToString()

    Provides address parsing, pattern parsing, search, and replace helpers for binary content.

    public static class HexSearchService
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Methods (9)

    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[])

    Copyright © 2026, Wieslaw Soltes aka wieslawsoltes - Content licensed under the Creative Commons CC BY 2.5 | Site generated by lunet hosted on GitHub Pages