Show string hits on hover
- Dominant language
- Python
- Stars
- 75
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
- 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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how context is set and how hover information is produced for identifiers in the YARA language server. Use the `$s00` example to determine which string statistics are available, and consider the work done when hovering a string identifier displays the agreed match details.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, vscode
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100