Skip to content

c0dycode/BinaryPatternCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinaryPatternCreator

Very simple tool.

What it basically does is:

If you have the following Hexpattern ->

0F D7 C2 FF 00 94

and the next time it's slightly different (for example if you want to find a pattern with Cheat Engine) you'll want to use wildcards. Some tools accept "??" as wildcards.

Next time you'll have

0F D7 C2 FE 01 94

instead, for example.

Insert both lines, press a button, and the result should be

0F D7 C2 ?? ?? 94

Nothing more :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages