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

medusa.py core dump #31

Closed
cryptax opened this issue Nov 14, 2022 · 1 comment
Closed

medusa.py core dump #31

cryptax opened this issue Nov 14, 2022 · 1 comment

Comments

@cryptax
Copy link

cryptax commented Nov 14, 2022

I run medusa.py, it launches all right, but when I try to attach to the emulator, I get a core dump:

Available devices:

0) Device(id="local", name="Local System", type='local')
1) Device(id="socket", name="Local Socket", type='remote')
2) Device(id="emulator-5554", name="Android Emulator 5554", type='usb')

Enter the index of the device to use: 2
double free or corruption (out)
Aborted (core dumped)
  • I am using Python 3.10
  • The issue occurs with Frida 15.1.13 and 16.0.2. I have tested Frida on its own and it works, I can hook no problem.
  • The Android emulator is Android 10.
  • This is on Linux Mint 21
@cryptax
Copy link
Author

cryptax commented Nov 14, 2022

Just tested with Python 3.8.10 and a fresh install with Frida 16.0.2 + Android 10 emulator.
Good news: it does not occur. So the issue above is probably related to Python 3.10. (?).
Or a crappy environment on my side... :(

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

1 participant