Skip to content

HexRaysSA/ida-plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDA Plugin Template

A Cookiecutter template for creating an IDA plugin. This template helps you quickly scaffold an IDA Python plugin

Prerequisites

Quick Start

  1. Generate a new plugin from this template:

    pipx run cookiecutter gh:HexRaysSA/ida-plugin-template 

    If you want to create the folder directly inside the .plugins dir of IDA

    On linux & mac

    pipx run cookiecutter gh:HexRaysSA/ida-plugin-template -o $HOME/.idapro/plugins

    On windows

    pipx run cookiecutter gh:HexRaysSA/ida-plugin-template -o "%APPDATA%\Hex-Rays\IDA Pro\plugins"
  2. Fill in the prompted information:

    • Plugin name (e.g., "IDA Test Plugin")
    • Author name and email
    • Description
    • Version
  3. Navigate to your new extension:

    cd your-generated-project-name

License

MIT

About

Cookiecutter IDA Plugin Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages