x64dbgpy-template
October 26, 2017 ยท View on GitHub
Template for easying the making of pythyon plugins for x64dbgpy
This is a template for compiling x64dbgpy plugins.
Howto
- Put the Python files you want to ship with your plugin in the
plugins\Python_app_folderdirectory - Modify
plugin.handplugin.cppto work with your plugin - Rename the project file from
x64dbgpy-templateto something else to change the output filename - Run
release.bat - People can copy the contents of the
releasefolder in their x64dbg installation for your plugin to work.
Requirements
https://github.com/x64dbg/x64dbgpy
Example Plugin
https://github.com/techbliss/x64dbg_updater
Thx
Tomer Zait