|
From: Rich C. <rc...@wi...> - 2016-11-18 04:29:50
|
I'm encountering this error: vex x86->IR: unhandled instruction bytes: 0xCB 0x55 0x8B 0xEC 0xCB is an intel x86 far return. Could valgrind be treating malloc memory as a non-code? (case 1 of the error) This code is malloc'ing memory and executing code from it. Thanks, Rich -- Rich Coe rc...@wi... |