Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infosec-intern/vscode-yara
VSCode extension for the YARA pattern matching language
https://github.com/infosec-intern/vscode-yara
vscode vscode-extension vscode-language vscode-snippets yara
Last synced: 3 months ago
JSON representation
VSCode extension for the YARA pattern matching language
- Host: GitHub
- URL: https://github.com/infosec-intern/vscode-yara
- Owner: infosec-intern
- License: mit
- Created: 2016-06-05T19:40:01.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T14:45:50.000Z (about 1 year ago)
- Last Synced: 2024-08-03T22:17:03.085Z (6 months ago)
- Topics: vscode, vscode-extension, vscode-language, vscode-snippets, yara
- Language: TypeScript
- Homepage:
- Size: 1.98 MB
- Stars: 60
- Watchers: 4
- Forks: 14
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![Source - https://raw.githubusercontent.com/blacktop/docker-yara/master/logo.png](images/logo.png)
# YARA for Visual Studio Code
Language support for the YARA pattern matching languageCheck out the [project wiki](https://github.com/infosec-intern/vscode-yara/wiki) for more information
## Screenshot
![Image as of 2022 Aug 15](images/syntax_example_20220815.png)## Features
This extension provides many features common to code editors, such as* [Rule and Identifier Definitions](https://github.com/infosec-intern/vscode-yara/wiki/Features#definitions)
* [Rule and Identifier References](https://github.com/infosec-intern/vscode-yara/wiki/Features#references)
* [Module Code Completion](https://github.com/infosec-intern/vscode-yara/wiki/Features#code-completion)
* [Hovers for Hex Strings](https://github.com/infosec-intern/vscode-yara/wiki/Features#hovers)### Snippets
This extension provides some text snippets, which allows users to auto-complete certain common YARA rule patterns.More information can be found on the [Snippets wiki page](https://github.com/infosec-intern/vscode-yara/wiki/Snippets).
## Problems?
If you encounter an issue with the syntax, feel free to create an issue or pull request!Alternatively, check out some of the YARA syntaxes for Sublime and Atom, such as blacktop's excellent [language-yara syntax](https://github.com/blacktop/language-yara).
## YARA Documentation
https://yara.readthedocs.io/