https://github.com/chainguard-dev/yato
YARA development tool
https://github.com/chainguard-dev/yato
Last synced: 4 months ago
JSON representation
YARA development tool
- Host: GitHub
- URL: https://github.com/chainguard-dev/yato
- Owner: chainguard-dev
- License: apache-2.0
- Created: 2023-10-09T02:28:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T12:03:18.000Z (11 months ago)
- Last Synced: 2024-11-13T22:36:12.950Z (6 months ago)
- Language: Go
- Homepage:
- Size: 380 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yato

yato aims to be a swiss-army chainsaw of YARA tools:
* Scan a variety of data formats
* Fast iterative scanning loops for rule development
* Finds false positives and false negatives
* Automated test case management## Usage
TBD