You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProcessStream stream = new ProcessStream(Process.GetProcessesByName("NAME_OF_PROCESS").First());
//Each byte is separated by a space, and each ?? indicates an wildcard
HexPattern p = new HexPattern("A1 ?? ?? ?? ?? FF 08");
long address = stream.PatternScan(p);
#66
Open
Dani-beef opened this issue
Oct 6, 2023
· 0 comments
ProcessStream stream = new ProcessStream(Process.GetProcessesByName("NAME_OF_PROCESS").First());
//Each byte is separated by a space, and each ?? indicates an wildcard
HexPattern p = new HexPattern("A1 ?? ?? ?? ?? FF 08");
long address = stream.PatternScan(p);
The text was updated successfully, but these errors were encountered:
ProcessStream stream = new ProcessStream(Process.GetProcessesByName("NAME_OF_PROCESS").First());
//Each byte is separated by a space, and each ?? indicates an wildcard
HexPattern p = new HexPattern("A1 ?? ?? ?? ?? FF 08");
long address = stream.PatternScan(p);
The text was updated successfully, but these errors were encountered: