Skip to content

Plugins

共产主义接班人 edited this page Nov 7, 2022 · 162 revisions

Note: Due to continued vandalism it is no longer possible to edit the wiki directly. Instead you can suggest an edit in the x64dbg/wiki repository.

Official Templates

  • PluginTemplate: Visual Studio template to easily develop plugins.
  • QtPlugin: Demonstrates how to write a plugin that adds a QWidget tab.

Debugging

To make it easier to debug plugins you can use the PluginDevHelper to automatically reload the plugin when you build it in Visual Studio. The CMake PluginTemplate automatically detects PluginDevBuildTool.exe and sets this up for you, but you can also set it up manually by following the instructions in the README.

Example plugins

Plugins with minimal functionality to show how certain APIs can be used.

User-maintained Templates

Integrations

Plugins

Check the x64dbg-plugin GitHub topic for the latest plugins.

Plugin manager

Other tools