capstone/bindings/java
danghvu c4325f8593 Add remaining untested functions 2013-11-28 01:02:17 -06:00
..
capstone Add remaining untested functions 2013-11-28 01:02:17 -06:00
.gitignore initial commit for java binding 2013-11-26 22:28:41 -06:00
Makefile More verbose Java binding Makefile 2013-11-28 00:36:19 -06:00
README initial commit for java binding 2013-11-26 22:28:41 -06:00
Test.java Fix java binding test, output the same as core test 2013-11-27 21:41:17 -06:00
TestArm.java Fix java binding test, output the same as core test 2013-11-27 21:41:17 -06:00
TestArm64.java Fix java binding test, output the same as core test 2013-11-27 21:41:17 -06:00
TestMips.java Fix java binding test, output the same as core test 2013-11-27 21:41:17 -06:00
TestX86.java Fix java binding test, output the same as core test 2013-11-27 21:41:17 -06:00
run.sh More verbose Java binding Makefile 2013-11-28 00:36:19 -06:00

README

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