techbliss / x64dbgpy-Plugin-Template

Template for easying the making of python plugins for x64dbgpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x64dbgpy-template

Template for easying the making of pythyon plugins for x64dbgpy

This is a template for compiling x64dbgpy plugins.

Howto

  1. Put the Python files you want to ship with your plugin in the plugins\Python_app_folder directory
  2. Modify plugin.h and plugin.cpp to work with your plugin
  3. Rename the project file from x64dbgpy-template to something else to change the output filename
  4. Run release.bat
  5. People can copy the contents of the release folder 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

About

Template for easying the making of python plugins for x64dbgpy

License:MIT License


Languages

Language:C 90.6%Language:Objective-C 5.5%Language:C++ 3.9%Language:Batchfile 0.1%Language:Python 0.0%