Skip to content

gmh5225/FindPattern

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

FindPattern

I have decided to publish this purely because of boredom. OpenMP is not used, should you want to execute any iterations in parallel; its implementation is left as an exercise for the reader

Arguments

[in]   BaseAddress: The base address of the data to scan
[in]  SearchLength: The length of the data to scan
[in]   BytePattern: The pattern to search for.
                    This pattern must be formatted as a raw byte array
[in] PatternLength: The length of the pattern
[in]    SearchMask: The search mask.
                        Example Pattern 1.) \x48\x00\x00\x00\xC3\xCC\xCC
                           Example Mask 1.) 0b100011

About

The fastest SSE FindPattern function yet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 100.0%