java2yara Logo

java2yara

0
Free
Visit Website

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>

FEATURES

ALTERNATIVES

Repository of YARA rules for Trellix ATR blogposts and investigations

FLARE Obfuscated String Solver (FLOSS) automatically extracts and deobfuscates strings from malware binaries using advanced static analysis techniques.

A tool for identifying sensitive secrets in public GitHub repositories

Collection of slides, materials, demos, crackmes, and writeups from r2con-2017 conference.

A debugger tool for reverse engineers, crackers, and security analysts, with a user-friendly debugging UI and custom agent support.

One stop shop for decompiling Android apps with a focus on regenerating R references.

IDA Pro plugin for finding crypto constants

A tool for translating Dalvik bytecode to Java bytecode for analyzing Android applications.