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

Latest commit

 

History

History
12 lines (11 loc) · 264 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 264 Bytes

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>