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:
Luke Usher 2020-10-08 22:03:02 +01:00 committed by GitHub
commit 2c72faad81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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);