blob: 57d1537c628965eed0780097c13a96e717981626 [file] [log] [blame]
This has been tested with OpenJDK 6 on Ubuntu-12.04 and Arch Linux-3.11, 64-bit
- OpenJDK is required to compile and run this test code. Install OpenJDK 6 with:
$ sudo apt-get install openjdk-6-jre-headless openjdk-6-jdk libjna-java
- To compile and run this Java test code:
$ make
$ ./run.sh
This directory contains some test code to show how to use Capstone API.
- Test.java
This code shows the most simple form of API where we only want to get basic
information out of disassembled instruction, such as address, mnemonic and
operand string.
- Test_<arch>.java
These code show how to retrieve architecture-specific information for each
architecture.