From: Nguyen A. Q. <aq...@gm...> - 2015-01-22 14:04:37
|
On Thu, Jan 22, 2015 at 9:23 PM, GROETZ, MICHAEL A CTR USAF AFMC AFRL/RYWA < mic...@us...> wrote: > >a quick question: do you have any problem with the TestX86.java code? what > >is the output of it? > ------------------------ > Here's the output from TexstX86.java. I only included 32 and 64 bit (I'm > running on a 64 bit machine). If you need all of the output let me know. > > this is strange, as i dont have any issue here. some questions: - which Capstone version are you using? - what is your Java version? here is what i did: - download the latest Capstone from Github. you can get the "next" branch code from https://github.com/aquynh/capstone/archive/next.zip - unzip, compile & download on Ubuntu 64bit 14.04: $ ./make.sh $ sudo ./make.sh install $ cd bindings/java/ $ make clean; make $ ./run.sh x86 # <--- this actually runs TestX86.java here is my Java version: $ java -version java version "1.6.0_33" OpenJDK Runtime Environment (IcedTea6 1.13.5) (6b33-1.13.5-1ubuntu0.14.04) OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode) now, can you repeat all the steps above? thanks. Q |