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
- Notes
- 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
- 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