All Projects → mrfearless → x64dbg-plugin-template-for-Visual-Studio

mrfearless / x64dbg-plugin-template-for-Visual-Studio

Licence: other
x64dbg plugin template for visual studio

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to x64dbg-plugin-template-for-Visual-Studio

Rider-Visual-Studio-2019-Dark-Theme
Visual Studio 2019 Dark Theme for JetBrains Rider
Stars: ✭ 28 (+40%)
Mutual labels:  visual-studio, plugins
cms
🛠️ Simple smart CMS for Nette and Vue.js
Stars: ✭ 12 (-40%)
Mutual labels:  plugins
Ref12
Sends F12 in Visual Studio to the new .Net Reference Source Browser
Stars: ✭ 76 (+280%)
Mutual labels:  visual-studio
rudebuild
A non-intrusive bulk/unity C++ build tool for Visual Studio
Stars: ✭ 16 (-20%)
Mutual labels:  visual-studio
setup-msbuild
A GitHub Action to facilitate configuring MSBuild in the workflow PATH for building .NET Framework applications.
Stars: ✭ 170 (+750%)
Mutual labels:  visual-studio
titanium-turbo
Axway Amplify module that adds some enhancements for Appcelerator Titanium Alloy
Stars: ✭ 15 (-25%)
Mutual labels:  plugins
Visual-Studio-Visualizers
Custom views of various objects for Visual Studio debugger
Stars: ✭ 36 (+80%)
Mutual labels:  visual-studio
flatboard
A very Fast & Lightweight Flat-file forum software, Markdown and BBcode editor.
Stars: ✭ 30 (+50%)
Mutual labels:  plugins
libzip-win-build
libzip Windows build with Visual Studio.
Stars: ✭ 33 (+65%)
Mutual labels:  visual-studio
Nineties
💾 Colors for World Wide Web pioneers
Stars: ✭ 16 (-20%)
Mutual labels:  visual-studio
BashConfig
BASH configuration files.
Stars: ✭ 46 (+130%)
Mutual labels:  plugins
DataViewExtenders
Extenders for WinForms controls, such as DataGridView, DataGridViewColumn, FlowLayoutPanel, TableLayoutPanel, etc
Stars: ✭ 22 (+10%)
Mutual labels:  visual-studio
MIST
Implements change notification for properties (ie: INotifyPropertyChanged) using IL weaving and a custom Visual Studio build task.
Stars: ✭ 51 (+155%)
Mutual labels:  visual-studio
Supybot-plugins
Collection of plugins for Supybot/Limnoria I wrote or forked.
Stars: ✭ 101 (+405%)
Mutual labels:  plugins
UE4 MagicConsole
Enhanced UE4 output log widget
Stars: ✭ 71 (+255%)
Mutual labels:  plugins
AspNet-Core-REST-Service
VS2017/VS2019 project template for ASP.Net Core 3.1/5.0 to create fully functional production ready RESTful services
Stars: ✭ 57 (+185%)
Mutual labels:  visual-studio
qtCustomPlugins
A set of custom widgets to use directly in QtDesigner.
Stars: ✭ 48 (+140%)
Mutual labels:  plugins
YDock
A completely WPF-based dock that fully in style to visual studio.
Stars: ✭ 30 (+50%)
Mutual labels:  visual-studio
desktop
Extendable calculator for the 21st Century ⚡
Stars: ✭ 85 (+325%)
Mutual labels:  plugins
ConEmuIntegration
Using the console emulator ConEmu within Visual Studio. This project integrates the console emulator ConEmu in Visual Studio.
Stars: ✭ 36 (+80%)
Mutual labels:  visual-studio

x64dbg plugin template for Visual Studio

Note: An offical x64dbg plugin template is now available here, please use this offical instead.

A template for creating x64dbg plugins (x86 or x64) via Visual Studio

The template was created and tested with Visual Studio 2013, but may work with other versions.

How to install and use

  • Download the latest release of the x64dbg plugin template for Visual Studio, found here
  • Copy x64dbg_plugin.zip to the My Documents\Visual Studio 2013\Templates\ProjectTemplates folder
  • Create a new project in Visual Studio 2013
  • Select x64bg plugin as the template
  • Specify name for your project and optionally location or accept defaults.
  • Copy the contents of the pluginsdk folder from the latest snapshot of x64dbg into the project's pluginsdk folder that has been generated, see below for an example of where this folder is located in relation to your main projects folder.

Example

Assuming the default projects location is My Documents\Visual Studio 2013\Projects, if you created a testplugin project it should have created a structure like so:

Root Projects Folder: My Documents\Visual Studio 2013\Projects

testplugin
  -- testplugin
     -- pluginsdk

Copy the contents of the pluginsdk folder from the latest snapshot of x64dbg into the project's pluginsdk folder. In this example: My Documents\Visual Studio 2013\Projects\testplugin\testplugin\pluginsdk

After compiling you may have a folder structure like so:

Root Projects Folder: My Documents\Visual Studio 2013\Projects

testplugin
  -- Bin
     -- x32
	 -- x64
  -- testplugin
     -- Debug
	 -- pluginsdk
	 -- Release

x64dbg Plugin SDK For Assembler

If you prefer to use assembly language to create your x64dbg plugin, you may be interested in these, both of which come with RadASM x64dbg plugin templates:

x64dbg

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].