Skip to content

Features

infosec-intern edited this page Jun 28, 2021 · 4 revisions

Features

Definition Provider and Peeking

Allows peeking and Ctrl+clicking to jump to a rule definition. This applies to both rule names and variables

Go To Definition

Reference Provider

Shows the locations of a given symbol (rule name, variable, constant, etc.)

Find All References

Code Completion

Provides completion suggestions for standard YARA modules, including pe, elf, math, and all the others available in the official documentation: https://yara.readthedocs.io/en/latest/modules.html

Code Completion

Need to add a custom module? Check the Module Completion page for more information.

View Hex Strings as ASCII

When hovering over a hex string, this feature converts the hex into ASCII characters and displays it just over the text. Wildcards and special characters are preserved in the conversion.

Hex String Hover

Clone this wiki locally