PatternScanBench icon indicating copy to clipboard operation
PatternScanBench copied to clipboard

A small and simple benchmark for pattern scan (findpattern) implementations written in C#.

Results 2 PatternScanBench issues
Sort by recently updated
recently updated
newest added

In response to: https://github.com/uberhalit/PatternScanBench/pull/4#issuecomment-964568961 The following PR adds a port of `Compiled` (non-SIMD) implementation in `Reloaded.Memory.SigScan` . The code, including all relevant structs etc. was copied 1:1 from `3.0.1` with...