fix anti debug (#1867)

This commit is contained in:
Aireil 2024-06-29 11:32:06 +02:00 committed by GitHub
parent e730d65d68
commit a20349cb23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,8 @@ internal sealed class AntiDebug : IInternalDisposableService
{
try
{
this.debugCheckAddress = sigScanner.ScanText("FF 15 ?? ?? ?? ?? 33 C9 8B F8");
// This sig has to be the call site in Framework_Tick
this.debugCheckAddress = sigScanner.ScanText("FF 15 ?? ?? ?? ?? 85 C0 74 13 41");
}
catch (KeyNotFoundException)
{