Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 355 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 355 Bytes

patternmaker

An IDA script to aid in creating patterns for functions.

Once analysis of your binary is done, simply select the relevant snippet of byte code, then press CTRL-F12.

The plugin will give you a pattern which will uniquely identify your function.

Note: It may not always be possible to uniquely identify a function, especially short ones.