Merge pull request #1977 from CookiePLMonster/new-rdtsc-pattern
Add a new rdtsc pattern based on NASCAR Heat 2002 logs
This commit is contained in:
commit
2c72faad81
|
@ -487,7 +487,8 @@ const uint8_t rdtsc_pattern[] = {
|
|||
0xEB,
|
||||
0xF6,
|
||||
0xA1,
|
||||
0x01 // one false positive in Group S Challenge [1.05] .text E8 0F 31 01 00
|
||||
0x01, // one false positive in Group S Challenge [1.05] .text E8 0F 31 01 00
|
||||
0xA3
|
||||
};
|
||||
const int sizeof_rdtsc_pattern = sizeof(rdtsc_pattern);
|
||||
|
||||
|
|
Loading…
Reference in New Issue