forked from realgam3/x64dbg-python
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Comments
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. |
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. |
I did some searching in the past, but if the process is not named python I
think pycharm ignores it per default. I think you should start connecting
the python command line debugger somehow and go from there. I never
actually got it to work myself
…On Wed, 22 Apr 2020 at 20:37, erches ***@***.***> wrote:
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.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#47 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASYFGP7WWCDDOAUU3ZGUWDRN42OVANCNFSM4MOHREIQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
I try to develop py scripts using PyCharm 2019.2.4.
I've done a few steps.
When I ran my script I have the next error: DLL Load Failed 'x64dbgpy.pluginsdk._x64dbg'. Can you help me?
Thanks
The text was updated successfully, but these errors were encountered: