-
Notifications
You must be signed in to change notification settings - Fork 57
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
[bug] Python Crashes when attaching udb to AndroidNativeEmu #8
Comments
Do you use the git version of udbserver? I fixed a bug mentioned in #5, which looks like what you describe. |
What about |
Still crashes. |
Oh you may need to debug it by yourself😅 |
How can i know why it's segfaulting like the other person? 😄 |
MSVC Debugger gives the following message: Callstack:
|
Can example.py work? |
No. It's crashing as well. |
Could you try this? |
So, I'm trying to use
udbserver
with AndroidNativeEmu (androidemu
) on Windows, with Python 3.7.I have the following code:
and Python crashes and stops working as soon as line
udbserver(emulator.uc, 1337, 0xcbbd2dec)
is run.Is there any reason for this? also, what is
0xcbbd2dec
here, am i supposed to use it according to my library?The text was updated successfully, but these errors were encountered: