Plugin templates for x64dbg.
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.
- Use
File -> Export Template.... - Append the content of
templatefiles.txtto<TemplateContent>inMyTemplate.vstemplate. - Set
ReplaceParameters="true"forplugin.hinMyTemplate.vstemplate. - Copy the
pluginsdk\*.libinside the ZIP.