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

app闪退 #2

Open
TianLing2020 opened this issue Jan 30, 2021 · 3 comments
Open

app闪退 #2

TianLing2020 opened this issue Jan 30, 2021 · 3 comments

Comments

@TianLing2020
Copy link

下载下来的项目 只更改了frida目录路径

我自己调试用frida正常使用。
但是你的项目安装了两个apk后大离开,却无法使用,均为改动。

File "D:/Projects/arida-master/main.py", line 47, in
session = frida.get_usb_device().attach(app_info["package_name"])
File "C:\Users\Home\AppData\Local\Programs\Python\Python38\lib\site-packages\frida\core.py", line 26, in wrapper
return f(*args, **kwargs)
File "C:\Users\Home\AppData\Local\Programs\Python\Python38\lib\site-packages\frida\core.py", line 156, in attach
return Session(self._impl.attach(self._pid_of(target), *args, **kwargs))
frida.TransportError: timeout was reached

@tcc0lin
Copy link
Owner

tcc0lin commented Feb 2, 2021

你用Frida调试其他应用的时候是正常的吗?如果不正常的话看下是不是android的selinux没关,这个错误感觉是使用Frida的错误。

@TianLing2020
Copy link
Author

用原生frida是正常的,用你的调试你给的两个apk或者其他apk都不行,或许是我使用问题,我后面尝试后再反馈

@tcc0lin
Copy link
Owner

tcc0lin commented Feb 2, 2021

这。。行,你再试试

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