Skip to content

Asaduji/Pattern-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

C++ Pattern Scanner

Example of pattern scanner in c++

This will find an IDA like pattern in the specified module.

Supports patterns between memory regions and ignores the ones without read permissions

Works for both x86 and x64

Example of usage:

find_pattern(GetModuleHandleW(0), "55 8B EC 6A ? 68 ? ? ? ? 64");

About

Example of pattern scanner in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages