OldSchoolHack

Register / Login English

IDA Pro Plugin Template for Visual Studio

not available
  • Category: Sourcecode
  • Developer:
  • Uploaded by: System
  • Uploaded at:
  • System: Windows
Download (9.45 KB)

VirusTotal Result: 0/56

virustotal

Description

1. Includes are defined with respect to an environment variable: "IDA" set to IDA's base directory, e.g.
IDA=C:\Program Files (x86)\IDA 6.8

2. The template assumes the user has the following directory structure

C:\Program Files (x86)\IDA 6.8>tree
Folder PATH listing
C:.

├───idasdk
│ ├───include
│ ├───lib
│ │ ├───x86_win_vc_32
│ │ └───x86_win_vc_64
├───plugins

3. Place "IDA_Plugin_Template.zip" into:
C:\...\Visual Studio 2015\Templates\ProjectTemplates

4. Restart Visual Studio. Create a new project. "IDA_Plugin_Template" should be available in the Installed > Templates > Visual C++ directory on the left side of the dialog box.

5. A copy of the compiled .plw is placed into "$(IDA)\plugins".

note: To compile 64-bit plugins, adjust the "Additional Library Directories" in "Linker" configuration properties to include the 64-bit directory.

Download IDA Pro Plugin Template for Visual Studio