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

How to find help doc? #41

Closed yuanbi closed 4 years ago

yuanbi commented 4 years ago

about some x64dbgpy package.

mrexodia commented 4 years ago

You can use:

import scriptapi
print(help(scriptapi))

For documentation on a hand-written (but limited) API. Otherwise the API is similar to the plugin sdk.