Skip to content

Features

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

Table of Contents


Definitions

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

peek_rules

References

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

find_references

Code Completion

Modules

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

module_completion

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

Hovers

Display 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.

hexstring_hover

Clone this wiki locally