x64dbgpy icon indicating copy to clipboard operation
x64dbgpy copied to clipboard

Please support mona.py

Open mrexodia opened this issue 8 years ago • 4 comments

forward from https://github.com/x64dbg/x64dbg/issues/831

mrexodia avatar Jul 09 '16 16:07 mrexodia

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.

jeffmcjunkin avatar Dec 17 '16 15:12 jeffmcjunkin

Just so you know, I have no plans to implement this. Thanks for the information though!

mrexodia avatar Dec 17 '16 17:12 mrexodia

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.

techbliss avatar Dec 17 '16 18:12 techbliss

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

mrexodia avatar Dec 20 '16 15:12 mrexodia