-
Bug
-
Resolution: Fixed
-
P4
-
22
-
b16
-
generic
At present, the Capstone disassembler stops whenever it encounters an undefined instruction. We really need it not to do that, because we use undefined instructions in JIT-generated code for many things.
The fix is described here:
https://www.capstone-engine.org/skipdata.html
The fix is described here:
https://www.capstone-engine.org/skipdata.html