x64dbg / x64dbgpy

Automating x64dbg using Python, Snapshots:
https://ci.appveyor.com/project/mrexodia/x64dbg-python/build/artifacts
MIT License
1.47k stars 70 forks source link

added traceexecute event callback #15

Closed LFriede closed 7 years ago

LFriede commented 7 years ago

Hi, i've read the hint

Translating the event callbacks to swig and use it without the code in py.cpp file.

in the readme but sorry, i have no idea how since im not so familiar with c++. But i wanted to try the traceexecute plugin callback and added it in py.cpp because this was easy enough for me and of course i wanted to share it.

mrexodia commented 7 years ago

Sorry, I totally forgot about this!

LFriede commented 7 years ago

No problem =) thx