https://github.com/fxb-cocacoding/java2yara
A minimal library to generate YARA rules from JAVA
https://github.com/fxb-cocacoding/java2yara
java-8 yara yara-format
Last synced: about 1 year ago
JSON representation
A minimal library to generate YARA rules from JAVA
- Host: GitHub
- URL: https://github.com/fxb-cocacoding/java2yara
- Owner: fxb-cocacoding
- License: apache-2.0
- Created: 2019-03-05T18:39:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T20:55:23.000Z (about 4 years ago)
- Last Synced: 2025-05-05T17:31:57.017Z (about 1 year ago)
- Topics: java-8, yara, yara-format
- Language: Java
- Size: 237 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-yara - java2yara
README
# java2yara
A minimal library to generate YARA rules from JAVA with maven support.
Version 0.6.x is supposed to work with YARA-Signator >= 0.6.X
### How to use it:
You can easily integrate this repository into your codebase using maven:
```
git clone https://github.com/fxb-cocacoding/java2yara.git
cd java2yara
mvn package
mvn install:install-file -Dfile=target/java2yara-0.6.0-SNAPSHOT.jar -DpomFile=pom.xml
```
Then add the project to your maven repository (the ``-section of your pom.xml) using the following statement:
```
com.cocacoding
java2yara
0.6.0-SNAPSHOT
```