Skip to content

Commit

Permalink
2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xeropresence committed Apr 5, 2021
1 parent e822c36 commit 2cb9437
Show file tree
Hide file tree
Showing 5 changed files with 7,982 additions and 6,300 deletions.
2 changes: 1 addition & 1 deletion DFAssist/Helpers/OpCodeHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public ushort GetAlertOpCode()

_logger.Write($"Jumptable index offset 0x{(int)jumpTableIndexOffset:X}", LogLevel.Warn);

var functionptr = patternscanner.FindSingle("48 89 5C 24 ? 57 48 83 EC 60 48 8B D9 48 8D 0D ? ? ? ?");
var functionptr = patternscanner.FindSingle("48 89 5C 24 ? 57 48 83 EC 70 48 8B D9 48 8D 0D ? ? ? ?");

var functionRef = patternscanner.FindFunctionCall(functionptr);

Expand Down
Loading

0 comments on commit 2cb9437

Please sign in to comment.