x64dbgpy
x64dbgpy copied to clipboard
Please support mona.py
forward from https://github.com/x64dbg/x64dbg/issues/831
From @corelanc0d3r on https://github.com/corelan/mona/issues/16:
all it would take is create a library similar to windbglib, using the x64dbg API good luck, I totally support your initiative ! :)
For reference, here's the current version of windbglib.
Just so you know, I have no plans to implement this. Thanks for the information though!
Add a script or a python plugin as a plugin that does this, the x64dbg is simply a basic python extension, only thing that will be especially implemented is callbacks from the main x64dbg sdk, other wishes should be handled as plugins to x64dbgpy , just as special wishes should be handled as plugins to the main x64dbg.
A repository has been created as x64dbgpylib for other people to start working on this if they are interested. Some effort has been made to map the required effort, you can find more details at https://github.com/x64dbg/x64dbgpylib/issues/1