Skip to content

kmgb/PatternScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PatternScan

Used for scanning a memory range for a given pattern, supporting both codestyle and IDA-style patterns.
Example usages can be found in main.cpp.

Codestyle: bytes and mask eg. {0x8B, 0x0D, 0, 0, 0xAA, 0xBB} and {true, true, false, false, true, true}
Wildcard bytes are signified with a corresponding mask entry being false

IDA-style: string pattern eg. "8B 0D ? ? AA BB" Bytes separated by spaces, wildcard bytes are signified with a ?

Releases

No releases published

Packages

No packages published