Fast signature scanner for x86-64 and x86 using SIMD instructions.
See the accompanying blog post: https://geni.site/simd-signature-scanner
Warning
The public API is unstable and subject to change without notice.
- AVX2 and SSE2 variants
- Support for both 32-bit and 64-bit targets
- Optional runtime dispatch for SSE2 and AVX2
- Support for custom allocators
easy_API with no hidden allocations- Optional default
_aligned_mallocandaligned_alloc-based allocator
- Documentation
- Testing
- ARM NEON support