Info
Version: | 2.3.0.1 |
Author(s): | Squalr.Engine.Scanning |
Last Update: | Friday, May 4, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Squalr.Engine.Scanning |
Install
Install-Package Squalr.Engine.Scanning
dotnet add package Squalr.Engine.Scanning
paket add Squalr.Engine.Scanning
Squalr.Engine.Scanning Download (Unzip the "nupkg" after downloading)
Dependencies
- Squalr.Engine.Input(>= 2.3.0.1)
- Squalr.Engine.Memory(>= 2.3.0.1)
- Squalr.Engine(>= 2.3.0.1)
Squalr achieves fast memory scanning (often faster than Cheat Engine) by leveraging multi-threaded parallelism along with single core parallelism via SIMD instructions.
Scanners are JIT compiled into SSE, AVX, or AVX-512 instructions via RyuJIT through the System.Numerics.Vectors library.