x64dbg
0.1
  • Introduction
  • GUI manual
  • Commands
  • Developers
    • Plugins
      • The basics
      • Notes
      • Functions
      • Structures
      • Callback Structures
    • Functions
    • x64dbg trace file format specification
  • Licenses
x64dbg
  • Docs »
  • Developers »
  • Plugins

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_hash
    • _plugin_logprintf
    • _plugin_logputs
    • _plugin_menuadd
    • _plugin_menuaddentry
    • _plugin_menuaddseparator
    • _plugin_menuclear
    • _plugin_menuentrysetchecked
    • _plugin_menuentryseticon
    • _plugin_menuseticon
    • _plugin_registercallback
    • _plugin_registercommand
    • _plugin_registerexprfunction
    • _plugin_registerexprfunctionex
    • _plugin_registerformatfunction
    • _plugin_startscript
    • _plugin_unregistercallback
    • _plugin_unregistercommand
    • _plugin_unregisterexprfunction
    • _plugin_unregisterformatfunction
    • _plugin_waituntilpaused
  • 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.

Built with Sphinx using a theme provided by Read the Docs.