Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyCharm integration #47

Open
erches opened this issue Apr 22, 2020 · 3 comments
Open

PyCharm integration #47

erches opened this issue Apr 22, 2020 · 3 comments

Comments

@erches
Copy link

erches commented Apr 22, 2020

Hello
I try to develop py scripts using PyCharm 2019.2.4.
I've done a few steps.

  1. Install Python 2.7.11 x86/x64
  2. Copied x64dbgpy folder (from https://ci.appveyor.com/api/buildjobs/ox7q0prke28vlt0f/artifacts/release.zip) to site-package Python27 directory
  3. Copied PyQt5 folder with sip.pyd file to the same directory

When I ran my script I have the next error: DLL Load Failed 'x64dbgpy.pluginsdk._x64dbg'. Can you help me?
Thanks

@mrexodia
Copy link
Member

mrexodia commented Apr 22, 2020

You have to attach PyCharm to x64dbg. There is no way to start a script from PyCharm, because x64dbg uses its own python interpreter instance.

@erches
Copy link
Author

erches commented Apr 22, 2020

I've launched x64dbg then ran scripts but PyCharm did't see anything to attach :(

Сould you send me the right way to develop py scripts for x64dbg? It will be great if there is an opportunity to debug in real time.

@mrexodia
Copy link
Member

mrexodia commented Apr 22, 2020 via email

@erches erches closed this as completed Apr 23, 2020
@mrexodia mrexodia reopened this Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants