forked from VirusTotal/yara-x
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "modules" subcommand to "debug".
Add the ability to print available modules via "yr debug modules". I experimented with making it take a "verbose" flag that would also print the protobuf definition of the module, which would make it easier for users to find out what is "available" to use from the module in their rules, but it was a lot to print out and would require users to translate from the protobuf types into YARA types, which is probably more than they want to do.
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters