Skip to content

mrfearless/x64dbg-Plugin-SDK-For-x86-Assembler

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.

x64dbg Plugin SDK For x86 Assembler

fearless 2017 - www.LetTheLight.in

Overview

This is a consolidation and conversion of the original x64dbg plugin SDK files: _plugins.h, _plugin_types.h, bridgemain.h & _exports.h to a format that will work with MASM and other assemblers. Currently this package only supports 32bit x64dbg (x32dbg).

For 64bit support use the x64dbg Plugin SDK for x64 Assembler found here

v1.0.0.12 - Last updated: 18/01/2017 - Feature synced with x64dbg commit: 8b4c784457f520626643d29c24d331051a850ab3

More Information

Whats included in the x64dbg Plugin SDK (x86) package

How to use the x64dbg Plugin SDK (x86)

x64dbg plugin manual build instructions

Additional Notes

Plugins that use the x64dbg Plugin SDK For x86 Assembler

Plugins that use the x64dbg Plugin SDK For x64 Assembler

The x64dbg Plugin SDK for x64 Assembler can be found here

x64dbg