java2yara
A minimal library to generate YARA rules from JAVA with maven support.

java2yara
A minimal library to generate YARA rules from JAVA with maven support.
java2yara Description
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: 1. git clone https://github.com/fxb-cocacoding/java2yara.git 2. cd java2yara 3. mvn package 4. mvn install:install-file -Dfile=target/java2yara-0.6.0-SNAPSHOT.jar -DpomFile=pom.xml Then add the project to your maven repository (the <dependencies>-section of your pom.xml) using the following statement: <!-- java2yara --> <dependency> <groupId>com.cocacoding</groupId> <artifactId>java2yara</artifactId> <version>0.6.0-SNAPSHOT</version> </dependency>
java2yara FAQ
Common questions about java2yara including features, pricing, alternatives, and user reviews.
java2yara is A minimal library to generate YARA rules from JAVA with maven support.. It is a Security Operations solution designed to help security teams with Threat Intelligence, Binary Analysis, Java.