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.txt
to<TemplateContent>
inMyTemplate.vstemplate
. - Set
ReplaceParameters="true"
forplugin.h
inMyTemplate.vstemplate
. - Copy the
pluginsdk\*.lib
inside the ZIP.