Skip to content

Commit

Permalink
fix anti debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Aireil authored Jun 29, 2024
1 parent 0f6f037 commit 282ce26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dalamud/Game/Internal/AntiDebug.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ private AntiDebug(TargetSigScanner sigScanner)
{
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)
{
Expand Down

0 comments on commit 282ce26

Please sign in to comment.