x64dbg
latest
  • What is x64dbg?
  • Introduction
  • GUI manual
  • Commands
  • Developers
    • Plugins
      • The basics
      • Notes
      • Functions
      • Structures
      • Callback Structures
    • Functions
    • x64dbg trace file format specification
  • Licenses
x64dbg
  • Docs »
  • Developers »
  • Plugins
  • Edit on GitHub

PluginsΒΆ

This section describes various plugin functions for x64dbg.

You can install plugins by copying the *.dp32 (x32 plugins) or *.dp64 (x64 plugins) to the ‘plugins’ directory.

Contents:

  • The basics
    • Exports
    • Definitions
  • Notes
    • Character encoding
  • Functions
    • _plugin_debugpause
    • _plugin_debugskipexceptions
    • _plugin_logprintf
    • _plugin_logputs
    • _plugin_menuadd
    • _plugin_menuaddentry
    • _plugin_menuaddseparator
    • _plugin_menuclear
    • _plugin_menuentryseticon
    • _plugin_menuentrysetchecked
    • _plugin_menuseticon
    • _plugin_registercallback
    • _plugin_registercommand
    • _plugin_unregistercallback
    • _plugin_unregistercommand
    • _plugin_waituntilpaused
    • _plugin_hash
  • Structures
    • PLUG_INITSTRUCT
    • PLUG_SETUPSTRUCT
  • Callback Structures
    • PLUG_CB_INITDEBUG
    • PLUG_CB_STOPDEBUG
    • PLUG_CB_CREATEPROCESS
    • PLUG_CB_EXITPROCESS
    • PLUG_CB_CREATETHREAD
    • PLUG_CB_EXITTHREAD
    • PLUG_CB_SYSTEMBREAKPOINT
    • PLUG_CB_LOADDLL
    • PLUG_CB_UNLOADDLL
    • PLUG_CB_OUTPUTDEBUGSTRING
    • PLUG_CB_EXCEPTION
    • PLUG_CB_BREAKPOINT
    • PLUG_CB_PAUSEDEBUG
    • PLUG_CB_RESUMEDEBUG
    • PLUG_CB_STEPPED
    • PLUG_CB_ATTACH
    • PLUG_CB_DETACH
    • PLUG_CB_DEBUGEVENT
    • PLUG_CB_MENUENTRY
    • PLUG_CB_WINEVENT
    • PLUG_CB_WINEVENTGLOBAL
    • PLUG_CB_LOADSAVEDB
    • PLUG_CB_FILTERSYMBOL
    • PLUG_CB_TRACEEXECUTE
Next Previous

© Copyright 2016, x64dbg. Revision 0d5f16b2.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
Downloads
pdf
html
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.