cs_opt_skipdata.mnemonic

Capstone considers data to skip as special "instructions". User can specify the string for this instruction's "mnemonic" here. By default (if @mnemonic is NULL), Capstone use ".byte".

struct cs_opt_skipdata
const(char)* mnemonic;

Meta