yls icon indicating copy to clipboard operation
yls copied to clipboard

Show string hits on hover

Open MatejKastak opened this issue 3 years ago • 0 comments

  • after the context is set
  • hovering the identifiers in the condition can show string statistics

For example:

rule a {
  strings:
    $s00 = "test"
    $s01 = /another/
  condition:
    any of them

hovering over $s00 identifier, could show match, match offset, match count, match virtual address, match lenght, etc.

MatejKastak avatar Sep 23 '22 17:09 MatejKastak