Aldhard Oswine Posted May 15, 2017 Posted May 15, 2017 Thank you for such a great tool @mrexodia , I want to add some little specific feature to x32dbg, nothing important but still useful for me. I have the experience to write programs in python and C++, but have no idea how to create plugin for x32dbg, Is there any good instruction/tutorial about writing plugin for x32dbg?
fearless Posted May 15, 2017 Posted May 15, 2017 There is a plugin template that will setup for creating a new plugin: https://github.com/x64dbg/PluginTemplate And there is a test plugin that will show you how to achieve some of the basics as well (some of which is in the plugin template): https://github.com/x64dbg/testplugin There is also a list of plugins that have been created and released, that are also a good reference: https://github.com/x64dbg/x64dbg/wiki/Plugins And some documentation is here: http://help.x64dbg.com/en/latest/ In particular the developer section: http://help.x64dbg.com/en/latest/developers/index.html And of course you can join the telegram group and ask questions here: http://telegram.x64dbg.com/ Hope that helps 2
mrexodia Posted May 15, 2017 Posted May 15, 2017 There are some posts explaining the architecture on http://blog.x64dbg.com What feature are you looking at to develop? 1
Aldhard Oswine Posted May 15, 2017 Author Posted May 15, 2017 @fearless Thank you, that's helpful.@mrexodia I just want to learn how to write plugin for x32dbg
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now