Skip to content

windows1988/PluginTemplate

 
 

Repository files navigation

PluginTemplate

Plugin templates for x64dbg.

Installation & Usage

Grab the latest release and copy *.zip to Documents\Visual Studio 2013\Templates\ProjectTemplates\Visual C++ Project\. You can now use File -> New -> Project... and select a template to create an x64dbg plugin.

Building (not relevant if you just want to use the template)

  1. Use File -> Export Template....
  2. Append the content of templatefiles.txt to <TemplateContent> in MyTemplate.vstemplate.
  3. Set ReplaceParameters="true" for plugin.h in MyTemplate.vstemplate.
  4. Copy the pluginsdk\*.lib inside the ZIP.

Packages

No packages published

Languages

  • C 91.5%
  • C++ 8.5%