Reloaded.Memory.SigScan
Reloaded.Memory.SigScan copied to clipboard
Simple good performance byte pattern/PE signature scanner, allowing upwards of 5000MB/s per core (30000+MB/s with AVX) on modern hardware.
Hi, I am thinking about using this for Signature detection, if you could please give me steer in the right direction this would be much appreciated :)
The Scanner class needs functionality to scan between memory regions starting at address A, and ending at address B. This is easy to implement by oneself, by simply walking all...
In [PatternScanResult.cs#L35](https://github.com/Reloaded-Project/Reloaded.Memory.SigScan/blob/master/Reloaded.Memory.Sigscan.Definitions/Structs/PatternScanResult.cs#L35) the Offset is added to the return value, but the current value is never updated in the struct. According to the summary > Appends to the existing offset...