Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings. (bloaty 依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
danghvu bad54f32c0 Fix java binding for 32-bit 11 years ago
..
capstone Fix java binding for 32-bit 11 years ago
.gitignore initial commit for java binding 11 years ago
Makefile Packaging java binding 11 years ago
README initial commit for java binding 11 years ago
Test.java Fix java binding test, output the same as core test 11 years ago
TestArm.java Fix java binding test, output the same as core test 11 years ago
TestArm64.java Fix java binding test, output the same as core test 11 years ago
TestMips.java Fix java binding test, output the same as core test 11 years ago
TestX86.java Fix java binding test, output the same as core test 11 years ago
run.sh initial commit for java binding 11 years ago

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