Duncan Ogilvie edited this page 22 days ago · 131 revisions
This page is for projects that somehow contribute to x64dbg but are not part of the source code. Feel free to add your projects and plugins here (make sure it's nothing illegal though).
Add it (at the end of the list) in the following format:
PluginName (with link) by Author (with optional link): Brief description.
Official Templates
PluginTemplate: Visual Studio template to easily develop plugins.
QtPlugin: Demonstrates how to write a plugin that adds a QWidget tab.
[Download] Multiline Ultimate Assembler by RaMMicHaeL: Multiline Ultimate Assembler is a multiline (and ultimate) assembler (and disassembler) plugin. It's a perfect tool for modifying and extending a compiled executable functionality, writing code caves, etc.
OllyMigrate by lowprio20: This plugin make it possible to pass debuggee to another debugger without restarting (like VM live migration).
OllyDumpEx by lowprio20: Process memory dumper for x64dbg, OllyDbg and Immunity Debugger.
IDASkins by Nukem: Advanced skinning plugin for IDA PRO, ported to x64dbg.
ret-sync by bootleg: ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA disassembler.
[Download] labeless by a1ext: Labels/Comments synchronization between IDA PRO and dbg backend (OllyDbg1.10, OllyDbg 2.01, x64dbg), Remote memory dumping tool (including x64-bit), Python scripting tool.
xHotSpots by ThunderCls: This is the new plugin rewrite based on the deprecated MagicPoints. This plugin is intended to give the user the option to access certain points of the debugged application when events addresses are calculated, thus permiting to intercept such points to stop execution right before those events are executed.
[Download] xAnalyzer by ThunderCls: xAnalyzer is capable of calling internal commands of x64dbg to make all kind of analysis and also integrates one of his own. This plugin is going to make an extensive function calls analysis to add complementary information, something close at what you get with OllyDbg.
[Download] Force Page Protection by changeofpace: This plugin sets the page protection for memory mapped views in scenarios which cause NtProtectVirtualMemory to fail.
cndsteroids by pastaCLS: Plugin to compare strings in conditional expressions.
[Download] NaiHeQiao by Tennn: Open-source x86/x64 usermode anti-anti-debug plugin, when the built-in debugger engine has a debug signal processing failure: x64dbg#1462.
[Download] Today-Plugin-x86 by mrfearless: An x86 plugin to lists days of interest: national, commemorative, awareness or international observance days.
[Download] Today-Plugin-x64 by mrfearless: An x64 plugin to lists days of interest: national, commemorative, awareness or international observance days.
[Download] strmatch by x64dbg: Simple string matching plugin for x64dbg. Supports UTF8, UTF16 and Local codepages.
[Download] AutoExportPatches by x64dbg: Plugin that automatically stores patches in the database and restores them on restart.
[Download] YaraGen by mrexodia: Plugin for x64dbg to generate Yara rules from function basic blocks.
[Download] CeAutoAsm by atom0s: Plugin for x64dbg to use Cheat Engine auto assembler scripts from the debugger command line.
[Download] x64dbg-Updater by gORDon_vdLg: Plugin which updates to new snapshot with one click and optionally checks for new snapshots on startup.
[Download] CopyToAsm-Plugin-x86 by mrfearless: An x86 plugin to copy a selected disassembly range in the x64dbg cpu view tab and convert to a assembler style code and output to clipboard or the reference view tab.
[Download] CopyToAsm-Plugin-x64 by mrfearless: An x64 plugin to copy a selected disassembly range in the x64dbg cpu view tab and convert to a assembler style code and output to clipboard or the reference view tab.
[Download] DbGit by mrexodia: Simple plugin to automatically add x64dbg databases to version control.
EasyLabelView by phiDel: Show bookmarks, labels, comments in the stack window.
[Download] AdvancedScript by Ahmadmansoor: Open-source C++/cli, some useful Functions which will help Plugin Coder's, New advanced Log Functions maybe in the future It will be as name it have :).
[Download] idenLib by Lasha Khasaia, @qaz_qaz : plugin to identify library functions, When analyzing malware or 3rd party software, it's challenging to identify statically linked libraries and to understand what a function from the library is doing.
[Download] Mirage by Tennn: kernel-mode Anti-Anti-Debug plugin. based on intel vt-x && ept technology.
[Download] ERC.Xdbg by Andy53: An X64dbg Plugin of the ERC Library. ERC is an exploit development framework similar to Mona.py.
[Download] Baymax toOls v1.0 beta for x64dbg by Nisy/PYG: Extract the signature(pattern) of the selected instruction and check the number of times the signature(pattern) appears in the current search module.