Skip to content

Commit

Permalink
Removed a debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
hollow87 committed Jun 7, 2018
1 parent 0b7cfe9 commit f16faf3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Memory/Class1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1842,9 +1842,6 @@ private int FindPattern(byte[] body, byte[] pattern, byte[] masks, int start = 0

for (int index = start; index <= body.Length - pattern.Length; index++)
{
if (index == 0x154620)
index = 0x154620;

if (((body[index] & masks[0]) == (pattern[0] & masks[0])))
{
var match = true;
Expand Down

0 comments on commit f16faf3

Please sign in to comment.