unicorn/include
Ahmed Samy 02e6c14e12 x86: add MSR API via reg API (#755)
Writing / reading to model specific registers should be as easy as
calling a function, it's a bit stupid to write shell code and run them
just to write/read to a MSR, and even worse, you need more than just a
shellcode to read...

So, add a special register ID called UC_X86_REG_MSR, which should be
passed to uc_reg_write()/uc_reg_read() as the register ID, and then a
data structure which is uc_x86_msr (12 bytes), as the value (always), where:
	Byte	Value		Size
	0	MSR ID		4
	4       MSR val		8
2017-02-24 21:37:19 +08:00
..
unicorn x86: add MSR API via reg API (#755) 2017-02-24 21:37:19 +08:00
list.h refactor to allow multiple hooks for one type 2016-01-22 18:41:43 -08:00
qemu.h remove mutex code 2017-01-20 15:44:03 +08:00
uc_priv.h x86: add MSR API via reg API (#755) 2017-02-24 21:37:19 +08:00