plugin wizard

In order to make plugin development easier I created a plugin wizard for Visual Studio 2005/2008 compilers including the free Express editions. The wizard sets up all compiler and linker options.

It currently supports:

  • plugin modules
  • debugger plugin modules

The next release will have support for:

  • processor modules
  • loader modules
  • hex-rays modules

The wizard was inspired by theCaller‘s VS6 IDA Plugin AppWizard.

Along with more module support, the next release will include a short writeup on customizing the wizard for particular dev environments.

Leave a Reply