mirror of
https://github.com/momo5502/emulator.git
synced 2026-02-01 00:41:02 +00:00
Implement rdtsc hook
This commit is contained in:
@@ -6,6 +6,8 @@ enum class x64_hookable_instructions
|
||||
{
|
||||
syscall,
|
||||
cpuid,
|
||||
rdtsc,
|
||||
rdtscp,
|
||||
};
|
||||
|
||||
using x64_emulator = typed_emulator<uint64_t, x64_register, x64_register::rip,
|
||||
|
||||
Reference in New Issue
Block a user