-
Notifications
You must be signed in to change notification settings - Fork 14
Features
infosec-intern edited this page Jun 28, 2021
·
4 revisions
Allows peeking and Ctrl+clicking to jump to a rule definition. This applies to both rule names and variables
Shows the locations of a given symbol (rule name, variable, constant, etc.)
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
Need to add a custom module? Check the Module Completion page for more information.
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.