Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Fixed Enable Multiple GRF (Embedded)
- Added search range in Step 2b
  • Loading branch information
functor-x authored and secretdataz committed Feb 5, 2018
1 parent f14a3d1 commit e371fe1b2b34eca3420ffd8fabd4810da3c73288
Showing with 1 addition and 1 deletion.
  1. +1 −1 Patches/EnableMultipleGRFsV2.qs
@@ -27,7 +27,7 @@ function EnableMultipleGRFsV2() {//The initial steps are same as EnableMultipleG
+ " 8B AB AB AB AB 00" //MOV reg32, DWORD PTR DS:[addr1]
+ " A1 AB AB AB 00" //MOV EAX, DWORD PTR DS:[addr2]
;
var fnoffset = exe.find(code, PTYPE_HEX, true, "\xAB", offset + 10);
var fnoffset = exe.find(code, PTYPE_HEX, true, "\xAB", offset + 10, offset + 30);

if (fnoffset === -1) {//VC9 Client
code =

0 comments on commit e371fe1

Please sign in to comment.