Class HashStore.NgramMatch

java.lang.Object
ghidra.program.model.correlate.HashStore.NgramMatch
Enclosing class:
HashStore

public static class HashStore.NgramMatch extends Object
Class explicitly labeling (one-side of) a matching n-gram pair.
  • Field Details

    • block

      public Block block
    • startindex

      public int startindex
    • endindex

      public int endindex
  • Constructor Details

    • NgramMatch

      public NgramMatch()