A simple plugin that lets you generate patterns for code in IDA 7.00.
- Drag
PatternMaker.dllandPatternMaker64.dllinto your IDA plugins folder - Run the plugin (hotkey is Ctrl+Alt+S by default) while the cursor is on an instruction
- Thats it, output will be in the console
If you're using the precompiled binaries then you will need the Microsoft Visual C++ Redistributable for Visual Studio 2017 located near the bottom of this page.
- IDA 7.00 SDK
- Visual Studio (cmake projects are currently pretty specific to VS)
- CMake
Note: PatternMaker64.dll will only build properly if you've renamed the 64 bit target ida.lib (the one for __EA64__) to ida64.lib.