Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 months ago
JSON representation

A minimal library to generate YARA rules from JAVA

Awesome Lists containing this project

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

```