Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages