-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 22
-
Component/s: hotspot
-
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