Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

native4j/capstone-java

Repository files navigation

capstone-java

Capstone bindings for Java using JNI.

Downloading

This library is available on Maven Central.

<dependency>
    <groupId>org.native4j</groupId>
    <artifactId>capstone-java</artifactId>
    <version>${version}</version>
</dependency>