From: Prasad D. <pd...@ic...> - 2018-11-06 09:47:29
|
Hello, I am using capstone library compiled with CAPSTONE_X86_REDUCE for doing a disassembly on a function. It prematurely stops in the middle of function at the following instruction. lea r15, [someaddress] The web page at https://www.capstone-engine.org/x86reduce.html lists the instructions that are removed in CAPSTONE_X86_REDUCE mode. However, my instruction doesn't belong to the list. Any advice? Thanks. -Prasad |