mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-08 22:30:55 +00:00
disasmtool_lix dumper fix - dump cet_ss and cet_ibt.
This commit is contained in:
parent
94d7894fa5
commit
960e9eaeee
@ -1616,7 +1616,8 @@ std::string ins_set_to_str(ND_INS_SET ins_set)
|
||||
case ND_SET_AVX512VPOPCNTDQ: return "avx512vpopcntdq";
|
||||
case ND_SET_BMI1: return "bmi1";
|
||||
case ND_SET_BMI2: return "bmi2";
|
||||
case ND_SET_CET: return "cet";
|
||||
case ND_SET_CET_SS: return "cet_ss";
|
||||
case ND_SET_CET_IBT: return "cet_ibt";
|
||||
case ND_SET_CLDEMOTE: return "cldemote";
|
||||
case ND_SET_CLFSH: return "clfsh";
|
||||
case ND_SET_CLFSHOPT: return "clfshopt";
|
||||
|
Loading…
Reference in New Issue
Block a user