Skip to content

mastahg/ida-pattern-maker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDA Pattern Maker

A simple plugin that lets you generate patterns for code in IDA 7.00.

Usage

  1. Drag PatternMaker.dll and PatternMaker64.dll into your IDA plugins folder
  2. Run the plugin (hotkey is Ctrl+Alt+S by default) while the cursor is on an instruction
  3. Thats it, output will be in the console

Usage Requirements

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.

Build Requirements

  • 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.

About

Make patterns for stuff in IDA 7.00

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 82.9%
  • CMake 17.1%