ITh4cker / x64dbg-Plugin-Manager

Plugin manager for x64dbg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub tag (latest SemVer) GitHub All Releases

x64dbg Plugin Manager

alt text alt text

Console example

x64plgmnrc.exe -G "C:\x64dbg_root" // Set root path for x64dbg

x64plgmnrc.exe -U // Update list from server

x64plgmnrc.exe -S // Show list of plugins

x64plgmnrc.exe -i x64core // Install last version of x64dbg

x64plgmnrc.exe -i AdvancedScript // install AdvancedScript

How to build on Windows

Install Visual Studio 2013: https://github.com/horsicq/build_tools

Install Qt 5.6.3 for VS2013(x86): https://github.com/horsicq/build_tools

Install 7-Zip: https://github.com/horsicq/build_tools

Clone project: git clone --recursive https://github.com/horsicq/x64dbg-Plugin-Manager.git

Edit build_win32.bat ( check VS_PATH, SEVENZIP_PATH, QT_PATH variables)

Run build_win32.bat

About

Plugin manager for x64dbg

License:MIT License


Languages

Language:C++ 96.0%Language:QMake 1.9%Language:Batchfile 1.2%Language:C 0.8%