Template for easying the making of pythyon plugins for x64dbgpy
This is a template for compiling x64dbgpy plugins.
- Put the Python files you want to ship with your plugin in the
plugins\Python_app_folder
directory - Modify
plugin.h
andplugin.cpp
to work with your plugin - Rename the project file from
x64dbgpy-template
to something else to change the output filename - Run
release.bat
- People can copy the contents of the
release
folder in their x64dbg installation for your plugin to work.
https://github.com/x64dbg/x64dbgpy
https://github.com/techbliss/x64dbg_updater
Tomer Zait