uc_x86_msr

Model-Specific Register structure, use this with UC_X86_REG_MSR (as the register ID) in call to uc_reg_write/uc_reg_read() to manipulate MSRs.

extern (C)
struct uc_x86_msr {}

Members

Variables

rid
uint rid;

MSR id

value
ulong value;

MSR value

Meta