https://github.com/horsicq/x64dbg-Plugin-Manager
Plugin manager for x64dbg
https://github.com/horsicq/x64dbg-Plugin-Manager
hacktoberfest hacktoberfest2023 x64dbg x64dbg-plugin
Last synced: 6 months ago
JSON representation
Plugin manager for x64dbg
- Host: GitHub
- URL: https://github.com/horsicq/x64dbg-Plugin-Manager
- Owner: horsicq
- License: mit
- Created: 2019-10-29T16:52:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T22:50:49.000Z (about 1 year ago)
- Last Synced: 2024-05-02T05:14:44.267Z (about 1 year ago)
- Topics: hacktoberfest, hacktoberfest2023, x64dbg, x64dbg-plugin
- Language: C++
- Homepage:
- Size: 2.64 MB
- Stars: 736
- Watchers: 23
- Forks: 249
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - horsicq/x64dbg-Plugin-Manager - Plugin manager for x64dbg (C++)
README
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NF3FBD3KHMXDN)
[](https://github.com/horsicq/x64dbg-Plugin-Manager/releases)
[](https://github.com/horsicq/x64dbg-Plugin-Manager/releases)x64dbg Plugin Manager
=======
Download
=======https://github.com/horsicq/x64dbg-Plugin-Manager/releases/tag/Beta
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
# How to add new plugin
=======You should make PR with new plugin to https://github.com/x64dbg/PluginManager/blob/master/list.json