Skip to content

Commit

Permalink
Logic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DartPower committed Dec 12, 2020
1 parent 792b48f commit 3cdd46d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cyberpunk2077_SMTPatcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ static void Main(string[] args)
byte[] targetBytes = StringHexToByteArray("743033C9B8010000000FA28BC8C1F908");
BinaryReplace(cp77exe + ".smt-patcher-bak", sourceBytes, cp77exe, targetBytes);
Console.WriteLine("SMT Pattern found and replaced. Cyberpunk 2077 patched successful.");
Console.WriteLine("Press Any Key to Exit.");
Console.ReadKey();
}

Expand Down

0 comments on commit 3cdd46d

Please sign in to comment.