Re: [libopcodes] Decoder crash and incorrect results

2016-02-19 Thread Nick Clifton
Hi Nathan, > Redhat Enterprise Linux 6. RHEL 6 contains a very old version of the binutils (2.20). We are now on release 2.26... > I have found that the library will segfault given certain inputs > to print_insn_i386. Here is the code I am using to decode: Does the library also crash if you p

[libopcodes] Decoder crash and incorrect results

2016-02-15 Thread Nathan Jay
Hello, I have been testing the libopcodes library with randomized binary input in the form of 15-byte arrays. I have been using a 64-bit machine running Redhat Enterprise Linux 6. I have found that the library will segfault given certain inputs to print_insn_i386. Here is the code I am using to